From bf43e16dca2048d31a85105dda5d9d4adc7e67e7 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 20 Mar 2017 17:57:06 +0000 Subject: [PATCH] setTimeStepFunctionObject: Corrected typo Resolves bug-report https://bugs.openfoam.org/view.php?id=2507 --- .../utilities/setTimeStep/setTimeStepFunctionObject.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functionObjects/utilities/setTimeStep/setTimeStepFunctionObject.H b/src/functionObjects/utilities/setTimeStep/setTimeStepFunctionObject.H index a20797d80f..d6e621dcd8 100644 --- a/src/functionObjects/utilities/setTimeStep/setTimeStepFunctionObject.H +++ b/src/functionObjects/utilities/setTimeStep/setTimeStepFunctionObject.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013-2016 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2017 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -31,7 +31,7 @@ Description Overrides the timeStep. Can only be used with solvers with adjustTimeStep control (e.g. pimpleFoam). Makes no attempt to cooperate with other timeStep 'controllers' (maxCo, other - functionObjects). Supports 'enabled' flag but none of othe other ones + functionObjects). Supports 'enabled' flag but none of the other ones 'timeStart', 'timeEnd', 'writeControl' etc. SourceFiles