functionObject.H: Corrected documentation of the end() member function
Resolves bug-report https://bugs.openfoam.org/view.php?id=3487
This commit is contained in:
@ -227,7 +227,6 @@ public:
|
||||
virtual bool write() = 0;
|
||||
|
||||
//- Called when Time::run() determines that the time-loop exits.
|
||||
// By default it simply calls execute().
|
||||
virtual bool end();
|
||||
|
||||
//- Called by Time::setDeltaT(). Allows the functionObject to override
|
||||
|
||||
Reference in New Issue
Block a user