cleanup: reportStepIdx --> writeStepIdx.

startDate     --> startDateTime
         removal of debug output.
This commit is contained in:
Robert K
2015-01-09 15:10:56 +01:00
parent 25af9e0033
commit 757bc67b80
6 changed files with 29 additions and 20 deletions

View File

@@ -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_);
}