mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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_ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user