Skip to content
Snippets Groups Projects
Commit cd749e56 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[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
parent 739571f3
No related branches found
No related tags found
No related merge requests found
...@@ -280,6 +280,7 @@ public: ...@@ -280,6 +280,7 @@ public:
* \brief Writes the data into the volVarsData.csv file * \brief Writes the data into the volVarsData.csv file
* *
* \param stream The output file stream * \param stream The output file stream
* \param volVars The volume variables
*/ */
void writeVolVarsData(std::ofstream &stream, const VolumeVariables &volVars) void writeVolVarsData(std::ofstream &stream, const VolumeVariables &volVars)
{ {
...@@ -314,6 +315,7 @@ public: ...@@ -314,6 +315,7 @@ public:
* \brief Writes the data into the fluxVarsData.csv file * \brief Writes the data into the fluxVarsData.csv file
* *
* \param stream The output file stream * \param stream The output file stream
* \param fluxVars The flux variables
*/ */
void writeFluxVarsData(std::ofstream &stream, const FluxVariables &fluxVars) void writeFluxVarsData(std::ofstream &stream, const FluxVariables &fluxVars)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment