mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
cleanup: reportStepIdx --> writeStepIdx.
startDate --> startDateTime
removal of debug output.
This commit is contained in:
@@ -100,9 +100,9 @@ namespace Opm
|
||||
return current_time_;
|
||||
}
|
||||
|
||||
boost::gregorian::date SimulatorTimer::startDate() const
|
||||
boost::posix_time::ptime SimulatorTimer::startDateTime() const
|
||||
{
|
||||
return start_date_;
|
||||
return boost::posix_time::ptime(start_date_);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user