From b8c8c685bcce79e169330bb0d77c4384549f2a44 Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 12 Jan 2009 16:39:39 +0000 Subject: [PATCH] -latestTime fix --- .../reconstructPar/reconstructPar.C | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C b/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C index 9e686f9b2e..a01e6d69e7 100644 --- a/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C +++ b/applications/utilities/parallelProcessing/reconstructPar/reconstructPar.C @@ -113,20 +113,10 @@ int main(int argc, char *argv[]) { regionPrefix = regionName; } - - - // Set all times (on reconstructed mesh and on processor meshes) - runTime.setTime(timeDirs[0], 0); - mesh.readUpdate(); - - forAll (databases, procI) - { - databases[procI].setTime(timeDirs[0], 0); - } - // Read all meshes and addressing to reconstructed mesh processorMeshes procMeshes(databases, regionName); + // check face addressing for meshes that have been decomposed // with a very old foam version # include "checkFaceAddressingComp.H"