From 6ca2a073c7426e425d5ef393fa8dd9bc9c7e04d2 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 24 Sep 2007 12:56:45 +0000 Subject: [PATCH] + SMDS_Mesh::CheckMemory(); // PAL16631 --- src/SMESH/SMESH_subMesh.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SMESH/SMESH_subMesh.cxx b/src/SMESH/SMESH_subMesh.cxx index d490e6bbe..ebb96e21d 100644 --- a/src/SMESH/SMESH_subMesh.cxx +++ b/src/SMESH/SMESH_subMesh.cxx @@ -1315,8 +1315,9 @@ bool SMESH_subMesh::ComputeStateEngine(int event) #if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100 OCC_CATCH_SIGNALS; #endif - MemoryReserve aMemoryReserve; algo->InitComputeError(); + MemoryReserve aMemoryReserve; + SMDS_Mesh::CheckMemory(); if ( !_father->HasShapeToMesh() ) // no shape { SMESH_MesherHelper helper( *_father ); -- 2.39.2