mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add build time to flow startup banner
This commit is contained in:
@@ -46,4 +46,11 @@ namespace Opm
|
||||
return PROJECT_VERSION;
|
||||
}
|
||||
|
||||
/// Return a string "dd-mm-yyyy at HH::MM::SS hrs" which is the time
|
||||
/// the binary was compiled.
|
||||
std::string compileTimestamp()
|
||||
{
|
||||
return BUILD_TIMESTAMP;
|
||||
}
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
Reference in New Issue
Block a user