00001 // 00002 // createTime.H 00003 // ~~~~~~~~~~~~ 00004 00005 Foam::Info<< "Create time\n" << Foam::endl; 00006 00007 Foam::Time runTime 00008 ( 00009 Foam::Time::controlDictName, 00010 args.rootPath(), 00011 args.caseName() 00012 ); 00013 00014 // ************************ vim: set sw=4 sts=4 et: ************************ //