diff --git a/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C b/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C index 9311c9b4e9af1dff26b3cec570f56106f4898df8..1e3ed2b9bfb779780f349a3e59d13eab0689aa04 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);