mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
8 lines
197 B
C
8 lines
197 B
C
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"
|