FreeFOAM The Cross-Platform CFD Toolkit
createTimes.H
Go to the documentation of this file.
1  Info<< nl << "Create Times" << endl;
2 
3  Time runTimeMaster
4  (
5  Time::controlDictName,
8  );
9 
10  Time runTimeToAdd
11  (
12  Time::controlDictName,
15  );
16 
17 // ************************ vim: set sw=4 sts=4 et: ************************ //