11 lines
245 B
C
11 lines
245 B
C
//
|
|
// checkTimeOptions.H
|
|
// ~~~~~~~~~~~~~~~~~~
|
|
|
|
Foam::label startTime = 0;
|
|
|
|
// Unless -constant is present, skip startTime if it is "constant"
|
|
#include "checkConstantOption.H"
|
|
|
|
// Check -time and -latestTime options
|
|
#include "checkTimeOption.H"
|