Merge pull request #866 from blattms/fixes-getting-next-timestep
[bugfix] Allow querying the current time step even if we are done.
This commit is contained in:
commit
bf7276280a
@ -96,7 +96,6 @@ namespace Opm
|
||||
|
||||
double AdaptiveSimulatorTimer::currentStepLength () const
|
||||
{
|
||||
assert( ! done () );
|
||||
return dt_;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user