Merge pull request #752 from andlaus/pass_timer_instead_of_dt

pass the simulation timer object instead of the time step size
This commit is contained in:
Atgeirr Flø Rasmussen
2016-08-02 11:05:27 +02:00
committed by GitHub
15 changed files with 70 additions and 53 deletions

View File

@@ -207,7 +207,7 @@ namespace Opm
}
else {
// solve for complete report step
solver->step(timer.currentStepLength(), state, well_state);
solver->step(timer, state, well_state);
if( terminal_output_ )
{