Added initialStep to SimulatorTimerInterface

This commit is contained in:
Markus Blatt
2017-07-20 12:11:11 +02:00
parent 1939453adb
commit b89aa1fa4a
3 changed files with 12 additions and 1 deletions

View File

@@ -83,6 +83,9 @@ namespace Opm
/// Return true if timer indicates that simulation of timer interval is finished
virtual bool done() const = 0;
/// Whether the current step is the first step.
virtual bool initialStep() const = 0;
/// Return start date of simulation
virtual boost::posix_time::ptime startDateTime() const = 0;