FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

createTimes.H

Go to the documentation of this file.
00001     Info << "\nCreate databases as time" << endl;
00002 
00003     Time runTimeSource
00004     (
00005         Time::controlDictName,
00006         rootDirSource,
00007         caseDirSource
00008     );
00009 
00010     Time runTimeTarget
00011     (
00012         Time::controlDictName,
00013         rootDirTarget,
00014         caseDirTarget
00015     );
00016 
00017 // ************************ vim: set sw=4 sts=4 et: ************************ //
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines