From 8fb58d0e8803911c0ddfdb170859059b0841da38 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Tue, 10 Sep 2013 09:07:27 +0100 Subject: [PATCH] BUG: reconstructPar: disallow explicit conversion of instant --- .../parallelProcessing/reconstructPar/reconstructPar.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C b/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C index 7c82ef91a2a..3ad100d4f26 100644 --- a/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C +++ b/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C @@ -209,7 +209,7 @@ int main(int argc, char *argv[]) // Set all times on processor meshes equal to reconstructed mesh forAll(databases, procI) { - databases[procI].setTime(runTime.timeName(), runTime.timeIndex()); + databases[procI].setTime(runTime); } -- GitLab