remove trailing white space

This commit is contained in:
Andreas Lauser 2011-06-27 16:41:17 +00:00 committed by Andreas Lauser
parent a48ab2bf8e
commit e70c554ea3

View File

@ -154,7 +154,7 @@ public:
*/
bool shouldWriteOutput() const /*@\label{tutorial-coupled:output}@*/
{
return
return
this->timeManager().timeStepIndex() > 0 &&
(this->timeManager().timeStepIndex() % 1 == 0);
}