diff --git a/dumux/decoupled/2p/celldata2p.hh b/dumux/decoupled/2p/celldata2p.hh index 0465e9a75bc640e2c27c6ac3a11d0643b9ab3494..f5252c132bf9f2206069fe13deeeb805b8d3fae8 100644 --- a/dumux/decoupled/2p/celldata2p.hh +++ b/dumux/decoupled/2p/celldata2p.hh @@ -23,8 +23,8 @@ #include "fluxdata2p.hh" /** - * @file - * @brief Class including data of one grid cell + * \file + * \brief Class including data of one grid cell */ namespace Dumux @@ -630,7 +630,7 @@ public: } //! \cond \private - //in the compressible model capillary pressure is not stored eplicitely, however the function is needed to avoid compiler errors + //in the compressible model capillary pressure is not stored explicitly, however the function is needed to avoid compiler errors void setCapillaryPressure(Scalar pc) { DUNE_THROW(Dune::NotImplemented,"no capillary pressure stored for compressible models!");