corrected minor inconsistency of decoupled tutorial with its docu (output interval too small). reviewed by Philipp

Dumux-Svn-Revison: 9072
Ported-By: Andreas Lauser <andreas.lauser@iws.uni-stuttgart.de>
This commit is contained in:
Benjamin Faigle 2012-09-11 14:15:48 +00:00 committed by Andreas Lauser
parent aa9c07835b
commit 41c74beb04

View File

@ -149,7 +149,7 @@ public:
: ParentType(timeManager, GET_PROP_TYPE(TypeTag, GridCreator)::grid().leafView()), eps_(1e-6)/*@\label{tutorial-decoupled:constructor-problem}@*/
{
//write only every 10th time step to output file
this->setOutputInterval(1);/*@\label{tutorial-decoupled:outputinterval}@*/
this->setOutputInterval(10);/*@\label{tutorial-decoupled:outputinterval}@*/
}
//! The problem name.