blockMesh: Removed unused -noFunctionObjects option

This commit is contained in:
Henry Weller
2024-01-21 09:30:55 +00:00
parent 8402bc3de2
commit d308752ea4

View File

@ -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
@ -65,6 +65,7 @@ using namespace Foam;
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
argList::noParallel(); argList::noParallel();
Foam::argList::removeOption("noFunctionObjects");
#include "addDictOption.H" #include "addDictOption.H"
argList::addBoolOption argList::addBoolOption
( (