From 4fc25e1937a9c28410f0efa0afc7bb81fe70d370 Mon Sep 17 00:00:00 2001 From: Karin Erbertseder <k.erbertseder@web.de> Date: Wed, 6 Oct 2010 15:25:42 +0000 Subject: [PATCH] update of documentation git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4376 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/boxmodels/1p2c/1p2cmodel.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dumux/boxmodels/1p2c/1p2cmodel.hh b/dumux/boxmodels/1p2c/1p2cmodel.hh index e2701425af..7a2f19f7a2 100644 --- a/dumux/boxmodels/1p2c/1p2cmodel.hh +++ b/dumux/boxmodels/1p2c/1p2cmodel.hh @@ -105,6 +105,10 @@ public: * \brief Append all quantities of interest which can be derived * from the solution of the current time step to the VTK * writer. + * + * \param sol A vector containing the solutions of the primary variables after solving + * the system of equations + * \param writer */ template<class MultiWriter> void addOutputVtkFields(const SolutionVector &sol, -- GitLab