Replaced all remaining addTimeOptions.H includes with the more flexible timeSelector
This commit is contained in:
@ -87,7 +87,8 @@ if (argList::postProcess(argc, argv))
|
||||
}
|
||||
|
||||
#include "createTime.H"
|
||||
Foam::instantList timeDirs = Foam::timeSelector::select0(runTime, args);
|
||||
const Foam::instantList timeDirs =
|
||||
Foam::timeSelector::select0(runTime, args);
|
||||
#include INCLUDE_FILE(CREATE_MESH)
|
||||
|
||||
#ifndef NO_CONTROL
|
||||
|
||||
Reference in New Issue
Block a user