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())