mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 17:01:55 -06:00
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:
parent
aa9c07835b
commit
41c74beb04
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user