diff --git a/opm/core/simulator/AdaptiveTimeStepping_impl.hpp b/opm/core/simulator/AdaptiveTimeStepping_impl.hpp index 2fa6bd99..7dc8a2ce 100644 --- a/opm/core/simulator/AdaptiveTimeStepping_impl.hpp +++ b/opm/core/simulator/AdaptiveTimeStepping_impl.hpp @@ -225,8 +225,8 @@ namespace Opm { } - // store max of the small time step for next reportStep - last_timestep_ = substepTimer.averageStepLength(); + // store estimated time step for next reportStep + last_timestep_ = substepTimer.currentStepLength(); if( timestep_verbose_ ) { substepTimer.report( std::cout );