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

@ -183,9 +183,6 @@ public:
//- Name
virtual const word& name() const;
//- Called at the start of the time-loop
virtual bool start() = 0;
//- Called at each ++ or += of the time-loop. forceWrite overrides
// the usual outputControl behaviour and forces writing always
// (used in post-processing mode)