diff --git a/examples/tutorialproblem_coupled.hh b/examples/tutorialproblem_coupled.hh index b0611b510..37f3e2ee2 100644 --- a/examples/tutorialproblem_coupled.hh +++ b/examples/tutorialproblem_coupled.hh @@ -154,8 +154,9 @@ public: */ bool shouldWriteOutput() const /*@\label{tutorial-coupled:output}@*/ { - return this->timeManager().timeStepIndex() > 0 && - (this->timeManager().timeStepIndex() % 1 == 0); + return + this->timeManager().timeStepIndex() > 0 && + (this->timeManager().timeStepIndex() % 1 == 0); } // Return the temperature within a finite volume. We use constant