diff --git a/dumux/freeflow/navierstokes/volumevariables.hh b/dumux/freeflow/navierstokes/volumevariables.hh index 5829203d924ec9c91d8573d9f610b4a038191091..a5d5a008ff48ade40695800f42eda594844f7d44 100644 --- a/dumux/freeflow/navierstokes/volumevariables.hh +++ b/dumux/freeflow/navierstokes/volumevariables.hh @@ -164,22 +164,22 @@ public: { return fluidState_.density(defaultPhaseIdx); } /*! - * \brief Returns the mass density of a given phase within the - * control volume. - */ - Scalar molarDensity(int phaseIdx = 0) const - { - return fluidState_.molarDensity(defaultPhaseIdx); - } - - /*! - * \brief Returns the molar mass of a given phase within the - * control volume. - */ - Scalar molarMass(int phaseIdx = 0) const - { - return fluidState_.averageMolarMass(defaultPhaseIdx); - } + * \brief Returns the mass density of a given phase within the + * control volume. + */ + Scalar molarDensity(int phaseIdx = 0) const + { + return fluidState_.molarDensity(defaultPhaseIdx); + } + + /*! + * \brief Returns the molar mass of a given phase within the + * control volume. + */ + Scalar molarMass(int phaseIdx = 0) const + { + return fluidState_.averageMolarMass(defaultPhaseIdx); + } /*! * \brief Return the dynamic viscosity \f$\mathrm{[Pa s]}\f$ of the fluid within the diff --git a/dumux/freeflow/navierstokesnc/volumevariables.hh b/dumux/freeflow/navierstokesnc/volumevariables.hh index e29daf5866fb2285a9a456320ba9368f7a172cf3..3135207cc299461f3d0b43987f7697dc754875f6 100644 --- a/dumux/freeflow/navierstokesnc/volumevariables.hh +++ b/dumux/freeflow/navierstokesnc/volumevariables.hh @@ -182,7 +182,7 @@ public: return this->fluidState_.moleFraction(phaseIdx, compIdx); } - /*! + /*! * \brief Returns the mass density of a given phase within the * control volume. *