MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / getTime

Function getTime

src/OpenFOAM/global/clock/clock.C:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41// * * * * * * * * * * * * * Static Member Functions * * * * * * * * * * * * //
42
43time_t Foam::clock::getTime()
44{
45 return ::time(reinterpret_cast<time_t*>(0));
46}
47
48
49const struct tm Foam::clock::rawDate()

Callers 3

rawDateFunction · 0.70
clock.CFile · 0.70
moleculeCloud.CFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected