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:
Henry Weller
2020-04-22 10:10:18 +01:00
parent 86f2c6de00
commit a4fb8c6460

View File

@ -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