checkTimeOptions.H
Go to the documentation of this file.
1 // Deprecated include (2024-05) - prefer timeSelector
2 // ----------------------------------------------------------------------------
3 
4 Foam::label startTime = 0;
5 
6 // Unless -constant is present, skip startTime if it is "constant"
7 #include "checkConstantOption.H"
8 
9 // Check -time and -latestTime options
10 #include "checkTimeOption.H"
11 
12 // ************************************************************************* //
Foam::label startTime