From 5c2b93bb2e487a6946a7345f808f36862d66f6aa Mon Sep 17 00:00:00 2001 From: Klaus Mosthaf <klmos@env.dtu.dk> Date: Wed, 20 Nov 2013 09:34:07 +0000 Subject: [PATCH] Small correction of the docu git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12032 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/freeflow/stokes2c/stokes2cvolumevariables.hh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dumux/freeflow/stokes2c/stokes2cvolumevariables.hh b/dumux/freeflow/stokes2c/stokes2cvolumevariables.hh index d7dc1195ce..333e66568f 100644 --- a/dumux/freeflow/stokes2c/stokes2cvolumevariables.hh +++ b/dumux/freeflow/stokes2c/stokes2cvolumevariables.hh @@ -127,20 +127,18 @@ public: } /*! - * \brief Returns the mass fraction of a given component in a - * given phase within the control volume. + * \brief Returns the mass fraction of a given component in the + * given fluid phase within the control volume. * - * \param phaseIdx The phase index * \param compIdx The component index */ Scalar massFraction(const int compIdx) const { return this->fluidState_.massFraction(phaseIdx, compIdx); } /*! - * \brief Returns the mass fraction of a given component in a - * given phase within the control volume. + * \brief Returns the mass fraction of a given component in the + * given fluid phase within the control volume. * - * \param phaseIdx The phase index * \param compIdx The component index */ Scalar moleFraction(const int compIdx) const -- GitLab