diff --git a/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C b/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C index ea511e683c..30c736453a 100644 --- a/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C +++ b/src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C @@ -31,7 +31,6 @@ License #include "etcFiles.H" #include "wordAndDictionary.H" - /* * * * * * * * * * * * * * * Static Member Data * * * * * * * * * * * * * */ Foam::fileName Foam::functionObjectList::functionObjectDictPath @@ -791,7 +790,8 @@ bool Foam::functionObjectList::read() if ( - dict.found("writeControl") + dict.found("executeControl") + || dict.found("writeControl") || dict.found("outputControl") ) {