mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
8 lines
144 B
C
8 lines
144 B
C
//
|
|
// createTime.H
|
|
// ~~~~~~~~~~~~
|
|
|
|
Foam::Info<< "Create time\n" << Foam::endl;
|
|
|
|
Foam::Time runTime(Foam::Time::controlDictName, args);
|