From a4fb8c64603f6ab6f0e170efe32202359d6476e1 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 22 Apr 2020 10:10:18 +0100 Subject: [PATCH] functionObject.H: Corrected documentation of the end() member function Resolves bug-report https://bugs.openfoam.org/view.php?id=3487 --- src/OpenFOAM/db/functionObjects/functionObject/functionObject.H | 1 - 1 file changed, 1 deletion(-) 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