diff --git a/tutorial/tutorialproblem_decoupled.hh b/tutorial/tutorialproblem_decoupled.hh index 2398b274b19142b3e95f13de30f1bce725b7b3fd..afd29ec3fbe6ab865958d4434beb9258652578ba 100644 --- a/tutorial/tutorialproblem_decoupled.hh +++ b/tutorial/tutorialproblem_decoupled.hh @@ -184,7 +184,7 @@ public: bool shouldWriteOutput() const /*@\label{tutorial-decoupled:output}@*/ { return this->timeManager().timeStepIndex() > 0 && - (this->timeManager().timeStepIndex() % 20 == 0); + (this->timeManager().timeStepIndex() % 1 == 0); } //! Returns the temperature within the domain.