functionObjects::writeDictionary: Write the dictionaries from the write function not execute

This commit is contained in:
Henry Weller
2016-05-22 21:28:46 +01:00
parent 2e399d34bc
commit a3d88f3e82
2 changed files with 7 additions and 7 deletions

View File

@ -124,7 +124,7 @@ public:
//- Execute, currently does nothing
virtual bool execute(const bool postProcess = false);
//- Write the writeDictionary
//- Write the selected dictionaries
virtual bool write(const bool postProcess = false);
};