From f5b8a35e66d657506c1ccc42b7b48c0cd7dedf1e Mon Sep 17 00:00:00 2001 From: Felix Bode <felix.bode@iws.uni-stuttgart.de> Date: Mon, 1 Nov 2010 21:41:04 +0000 Subject: [PATCH] documentation git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4543 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/decoupled/common/variableclass.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/dumux/decoupled/common/variableclass.hh b/dumux/decoupled/common/variableclass.hh index abcd0ddaa5..f4ac880570 100644 --- a/dumux/decoupled/common/variableclass.hh +++ b/dumux/decoupled/common/variableclass.hh @@ -94,7 +94,6 @@ public: //! Constructs a VariableClass object /** * @param gridView a DUNE gridview object corresponding to diffusion and transport equation - * @param initialSat initial value for the saturation (only necessary if only diffusion part is solved) * @param initialVel initial value for the velocity (only necessary if only transport part is solved) */ @@ -108,7 +107,6 @@ public: /** * @param gridView a DUNE gridview object corresponding to diffusion and transport equation * @param codim codimension of the entity of which data has to be strored - * @param initialSat initial value for the saturation (only necessary if only diffusion part is solved) * @param initialVel initial value for the velocity (only necessary if only transport part is solved) */ VariableClass(const GridView& gridView, int codim, Dune::FieldVector<Scalar, -- GitLab