functionObjects: Removed redundant "start()" member function

This commit is contained in:
Henry Weller
2016-05-11 10:20:39 +01:00
parent 4b54fb9f9d
commit 6960d664aa
7 changed files with 10 additions and 39 deletions

View File

@ -171,9 +171,6 @@ public:
//- Dynamically compiled functionObject
functionObject& redirectFunctionObject() const;
//- Called at the start of the time-loop
virtual bool start();
//- Called at each ++ or += of the time-loop. forceWrite overrides the
// outputControl behaviour.
virtual bool execute(const bool forceWrite);