functionObjectList: Added access to the PtrList<functionObject>::append function
to allow addition of case specific functionObjects during the run.
This commit is contained in:
@ -168,6 +168,9 @@ public:
|
||||
//- Access to the functionObjects
|
||||
using PtrList<functionObject>::operator[];
|
||||
|
||||
//- Allow addition of functionObjects to list
|
||||
using PtrList<functionObject>::append;
|
||||
|
||||
//- Clear the list of function objects
|
||||
void clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user