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"