PAL14921 (memory limitation and Salome freeze)

-  Unexpect aCatch(SalomeException);
+  // PAL14921. Enable catching std::bad_alloc and Standard_OutOfMemory outside
+  //Unexpect aCatch(SalomeException);
This commit is contained in:
eap 2007-05-18 09:08:18 +00:00
parent defb336a7b
commit 07a1186497

View File

@ -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() ) {