ENH Templated and re-worked explicitSetValue field source

This commit is contained in:
andy
2011-11-01 16:50:27 +00:00
parent 175e8bf27e
commit 368dbd2dba
9 changed files with 178 additions and 259 deletions

View File

@ -134,6 +134,9 @@ protected:
//- Helper function to convert from a volumeModeType to a word
word volumeModeTypeToWord(const volumeModeType& vtType) const;
//- Set the local field data
void setFieldData(const dictionary& dict);
public: