From cd749e5674a9c6275f436b44ac5400fc92811509 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Wed, 23 Sep 2015 13:29:52 +0000 Subject: [PATCH] [zeroeqmodel]: Missing parameter description for doxygen added git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15503 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/freeflow/zeroeq/zeroeqmodel.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dumux/freeflow/zeroeq/zeroeqmodel.hh b/dumux/freeflow/zeroeq/zeroeqmodel.hh index b629c57d5d..426c5535a4 100644 --- a/dumux/freeflow/zeroeq/zeroeqmodel.hh +++ b/dumux/freeflow/zeroeq/zeroeqmodel.hh @@ -280,6 +280,7 @@ public: * \brief Writes the data into the volVarsData.csv file * * \param stream The output file stream + * \param volVars The volume variables */ void writeVolVarsData(std::ofstream &stream, const VolumeVariables &volVars) { @@ -314,6 +315,7 @@ public: * \brief Writes the data into the fluxVarsData.csv file * * \param stream The output file stream + * \param fluxVars The flux variables */ void writeFluxVarsData(std::ofstream &stream, const FluxVariables &fluxVars) { -- GitLab