Skip to content
Snippets Groups Projects
Commit aad1f94f authored by Markus Wolff's avatar Markus Wolff
Browse files

changes due to changes in timemanager


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@3909 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 8942655d
No related merge requests found
......@@ -238,8 +238,8 @@ public:
bool shouldWriteRestartFile() const
{
return !restarted() &&
timeManager().stepNum() > 0 &&
(timeManager().stepNum() % 5 == 0);
timeManager().timeStepNum() > 0 &&
(timeManager().timeStepNum() % 5 == 0);
}
/*!
......
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