Skip to content
Snippets Groups Projects
Commit 2b94d6c2 authored by Karin Erbertseder's avatar Karin Erbertseder
Browse files

changed a comment

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5150 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent efc19f69
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,9 @@ public:
{ time_ = t; timeStepIdx_ = stepIdx; }
/*!
* \brief Return the current simulated time \f$\mathrm{[s]}\f$.
* \brief Return the time \f$\mathrm{[s]}\f$ before the time integration.
* To get the time after the time integration you have to add timeStepSize() to
* time().
*/
Scalar time() const
{ return time_; }
......
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