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