An error occurred while fetching participants.
Not all entries in etc/controlDict InfoSwitches can be overwritten in the system/controlDict
Functionality to add/problem to solve
Not all entries in etc/controlDict InfoSwitches can be overwritten in the system/controlDict
- grep for all occurences of infoSwitch
- subtract all occurences of registerInfoSwitch
and the following seem to be unimplemented:
OpenFOAM/db/IOobjects/IOdictionary/baseIOdictionary.C: debug::infoSwitch("writeDictionaries", 0)
OpenFOAM/db/IOstreams/IOstreams.C: Foam::debug::infoSwitch("writePrecision", 6)
OpenFOAM/db/Time/Time.C: Foam::debug::infoSwitch("printExecutionFormat", 0)
OpenFOAM/db/dictionary/dictionary.C: Foam::debug::infoSwitch("writeOptionalEntries", 0)
OpenFOAM/db/dictionary/entry/entry.C: Foam::debug::infoSwitch("disableFunctionEntries", 0)
OpenFOAM/db/dynamicLibrary/dynamicCode/dynamicCode.C: Foam::debug::infoSwitch("allowSystemOperations", 0)
OpenFOAM/global/JobInfo/JobInfo.C:bool Foam::JobInfo::writeJobInfo(Foam::debug::infoSwitch("writeJobInfo", 0));
OpenFOAM/global/profiling/profiling.C:int Foam::profiling::allowed(Foam::debug::infoSwitch("allowProfiling", 1));
OpenFOAM/primitives/strings/fileName/fileName.C: Foam::debug::infoSwitch("allowSpaceInFileName", 0)