Added InfoSwitches::writeOptionalEntries which enables the writing of optional keywords and values which are not present in the dictionary

Warning: generates a VERY large number of messages from OpenFOAM applications
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1473
This commit is contained in:
Henry
2015-01-03 16:54:07 +00:00
parent 4d415b0cb8
commit cedd21599b
4 changed files with 40 additions and 6 deletions

View File

@ -38,6 +38,7 @@ InfoSwitches
writePrecision 6;
writeJobInfo 0;
writeDictionaries 0;
writeOptionalEntries 0;
// Allow case-supplied C++ code (#codeStream, codedFixedValue)
allowSystemOperations 1;