From 07a11864978c1d2bab3ef676d11d2937a732416e Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 18 May 2007 09:08:18 +0000 Subject: [PATCH] PAL14921 (memory limitation and Salome freeze) - Unexpect aCatch(SalomeException); + // PAL14921. Enable catching std::bad_alloc and Standard_OutOfMemory outside + //Unexpect aCatch(SalomeException); --- src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx b/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx index 7a0eb7e..ab17247 100644 --- a/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx +++ b/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx @@ -327,7 +327,7 @@ bool NETGENPlugin_NETGEN_3D::Compute(SMESH_Mesh& aMesh, status = NG_VOLUME_FAILURE; } catch (...) { - error(dfltErr(), "Exception in Ng_GenerateVolumeMesh()"); + error("Exception in Ng_GenerateVolumeMesh()"); status = NG_VOLUME_FAILURE; } if ( GetComputeError()->IsOK() ) { -- 2.39.2