Use estimated time-step instead of average in next report step

This commit is contained in:
Tor Harald Sandve 2015-08-25 06:31:55 +02:00
parent 9ad6e59ee7
commit 5af794cfd5

View File

@ -225,8 +225,8 @@ namespace Opm {
} }
// store max of the small time step for next reportStep // store estimated time step for next reportStep
last_timestep_ = substepTimer.averageStepLength(); last_timestep_ = substepTimer.currentStepLength();
if( timestep_verbose_ ) if( timestep_verbose_ )
{ {
substepTimer.report( std::cout ); substepTimer.report( std::cout );