Replaced all remaining addTimeOptions.H includes with the more flexible timeSelector
This commit is contained in:
@ -85,7 +85,7 @@ int main(int argc, char *argv[])
|
||||
#include "addOverwriteOption.H"
|
||||
#include "setRootCase.H"
|
||||
#include "createTimeNoFunctionObjects.H"
|
||||
instantList timeDirs = timeSelector::selectIfPresent(runTime, args);
|
||||
const instantList timeDirs = timeSelector::selectIfPresent(runTime, args);
|
||||
|
||||
#include "createMeshNoChangers.H"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user