From 311288a1e03fd0da05f18f18644b8297da92ce35 Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 20 Jan 2014 09:38:13 +0000 Subject: [PATCH] STYLE: reconstructPar: added comment --- .../parallelProcessing/reconstructPar/reconstructPar.C | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C b/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C index defbca4c69..700e3d302f 100644 --- a/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C +++ b/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -198,6 +198,13 @@ int main(int argc, char *argv[]) args ); + // Note that we do not set the runTime time so it is still the + // one set through the controlDict. The -time option + // only affects the selected set of times from processor0. + // - can be illogical + // + any point motion handled through mesh.readUpdate + + if (timeDirs.empty()) { FatalErrorIn(args.executable())