From e26ca2defb90296f58b010a381eb3bcfbe183ce0 Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 6 Mar 2009 13:35:25 +0000 Subject: [PATCH] readUpdate corrected for new mesh data --- src/OpenFOAM/meshes/polyMesh/polyMeshIO.C | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C b/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C index 4032a7b10b..b8b133ed01 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshIO.C @@ -268,7 +268,12 @@ Foam::polyMesh::readUpdateState Foam::polyMesh::readUpdate() // Calculate the geometry for the patches (transformation tensors etc.) boundary_.calcGeometry(); + // Derived info + bounds_ = boundBox(points_); + geometricD_ = Vector