From: eap Date: Mon, 24 Sep 2007 12:56:45 +0000 (+0000) Subject: + SMDS_Mesh::CheckMemory(); // PAL16631 X-Git-Tag: T_reliquat_2007~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6ca2a073c7426e425d5ef393fa8dd9bc9c7e04d2;p=modules%2Fsmesh.git + SMDS_Mesh::CheckMemory(); // PAL16631 --- 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 );