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

checkTimeOptions.H

Go to the documentation of this file.
00001 //
00002 // checkTimeOptions.H
00003 // ~~~~~~~~~~~~~~~~~~
00004 
00005     Foam::label startTime = 0;
00006     Foam::label endTime = Times.size();
00007 
00008 // unless -constant is present, skip startTime if it is "constant"
00009 #   include "checkConstantOption.H"
00010     
00011 // check -time and -latestTime options
00012 #   include "checkTimeOption.H"
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines