From 2b94d6c24d72aa500cf97b36aaeee9fcb1258ea6 Mon Sep 17 00:00:00 2001 From: Karin Erbertseder <k.erbertseder@web.de> Date: Tue, 1 Feb 2011 13:40:18 +0000 Subject: [PATCH] changed a comment git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5150 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/common/timemanager.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dumux/common/timemanager.hh b/dumux/common/timemanager.hh index c83c9636ed..2e5c567a7c 100644 --- a/dumux/common/timemanager.hh +++ b/dumux/common/timemanager.hh @@ -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_; } -- GitLab