codedFunctionObject: Read executeAtStart control
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2011-2023 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -184,7 +184,7 @@ bool Foam::codedFunctionObject::end()
|
||||
bool Foam::codedFunctionObject::read(const dictionary& dict)
|
||||
{
|
||||
updateLibrary();
|
||||
return redirectFunctionObject().read(dict);
|
||||
return functionObject::read(dict) && redirectFunctionObject().read(dict);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user