ENH: writeRegisteredFunctionObject - updated to use wordReList for object names

This commit is contained in:
andy
2013-10-11 14:47:51 +01:00
parent 67a49d125d
commit 81c36f6142
2 changed files with 26 additions and 18 deletions

View File

@ -74,7 +74,7 @@ SourceFiles
#ifndef writeRegisteredObject_H
#define writeRegisteredObject_H
#include "wordList.H"
#include "wordReList.H"
#include "runTimeSelectionTables.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -110,7 +110,7 @@ protected:
// Read from dictionary
//- Names of objects to control
wordList objectNames_;
wordReList objectNames_;
// Private Member Functions