diff --git a/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C b/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C index 9311c9b4e9..1e3ed2b9bf 100644 --- a/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C +++ b/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C @@ -116,6 +116,13 @@ int main(int argc, char *argv[]) { regionPrefix = regionName; } + + // Set all times on processor meshes equal to reconstructed mesh + forAll (databases, procI) + { + databases[procI].setTime(runTime.timeName(), runTime.timeIndex()); + } + // Read all meshes and addressing to reconstructed mesh processorMeshes procMeshes(databases, regionName);