foamListTimes: Removed unused -noFunctionObjects option
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2024 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -67,18 +67,14 @@ int main(int argc, char *argv[])
|
|||||||
);
|
);
|
||||||
argList::addBoolOption
|
argList::addBoolOption
|
||||||
(
|
(
|
||||||
"withFunctionObjects",
|
"functionEntries",
|
||||||
"execute functionObjects"
|
|
||||||
);
|
|
||||||
argList::addBoolOption
|
|
||||||
(
|
|
||||||
"withFunctionEntries",
|
|
||||||
"execute functionEntries"
|
"execute functionEntries"
|
||||||
);
|
);
|
||||||
|
Foam::argList::removeOption("noFunctionObjects");
|
||||||
|
|
||||||
#include "setRootCase.H"
|
#include "setRootCase.H"
|
||||||
|
|
||||||
entry::disableFunctionEntries = !args.optionFound("withFunctionEntries");
|
entry::disableFunctionEntries = !args.optionFound("functionEntries");
|
||||||
|
|
||||||
label nProcs = 0;
|
label nProcs = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user