diff --git a/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H b/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H index 0207017c73..7e60927814 100644 --- a/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H +++ b/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H @@ -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