mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Document function currentDateTime().
This commit is contained in:
parent
09b3ef785c
commit
f893adbda6
@ -44,6 +44,7 @@ namespace Opm
|
|||||||
void init(const parameter::ParameterGroup& param);
|
void init(const parameter::ParameterGroup& param);
|
||||||
|
|
||||||
/// Initialize from TSTEP field.
|
/// Initialize from TSTEP field.
|
||||||
|
/// Note that DATES are folded into TSTEP by the parser.
|
||||||
void init(const EclipseGridParser& deck);
|
void init(const EclipseGridParser& deck);
|
||||||
|
|
||||||
/// Total number of steps.
|
/// Total number of steps.
|
||||||
@ -62,6 +63,7 @@ namespace Opm
|
|||||||
/// Current time.
|
/// Current time.
|
||||||
double currentTime() const;
|
double currentTime() const;
|
||||||
|
|
||||||
|
/// Return the current time as a posix time object.
|
||||||
boost::posix_time::ptime currentDateTime() const;
|
boost::posix_time::ptime currentDateTime() const;
|
||||||
|
|
||||||
/// Total time.
|
/// Total time.
|
||||||
|
Loading…
Reference in New Issue
Block a user