From 0abae185b7801d65aa9e1317a3f2965960884283 Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Tue, 15 Jan 2019 15:05:56 +0000 Subject: [PATCH] STYLE: Updated output message --- src/functionObjects/utilities/runTimeControl/runTimeControl.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functionObjects/utilities/runTimeControl/runTimeControl.C b/src/functionObjects/utilities/runTimeControl/runTimeControl.C index 92e26b989c..245ad9137c 100644 --- a/src/functionObjects/utilities/runTimeControl/runTimeControl.C +++ b/src/functionObjects/utilities/runTimeControl/runTimeControl.C @@ -285,7 +285,7 @@ bool Foam::functionObjects::runTimeControls::runTimeControl::execute() } else { - Info<< " Conditions not met - calculations proceeding" << nl; + Info<< " Conditions not met" << nl; } Info<< endl;