From fbd4ff38b09d48b716f1d5067243252a87040c51 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Tue, 13 Dec 2016 10:11:17 +0100 Subject: [PATCH] STYLE: correct the documented behaviour of 'none' for function objects - cf. Line 224 of timeControl.C --- src/OpenFOAM/db/functionObjects/functionObject/functionObject.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H b/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H index 1cf46f877e..9c7d56a340 100644 --- a/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H +++ b/src/OpenFOAM/db/functionObjects/functionObject/functionObject.H @@ -82,7 +82,7 @@ Description runTime | Execute/write every 'Interval' run time period clockTime | Execute/write every 'Interval' clock time period cpuTime | Execute/write every 'Interval' CPU time period - none | Execute/write every time-step + none | Execute/write disabled \endtable The sub-dictionary name \c \ is chosen by the user, and