From 48653b1aec47ca1dfd706a1f8e7ea892b41bfb4c Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 10 Oct 2013 10:29:42 +0000 Subject: [PATCH] -#if OCC_VERSION_LARGE > 0x06010000 OCC_CATCH_SIGNALS; -#endif --- src/SMESH/SMESH_subMesh.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SMESH/SMESH_subMesh.cxx b/src/SMESH/SMESH_subMesh.cxx index 67649a326..c6e3d5464 100644 --- a/src/SMESH/SMESH_subMesh.cxx +++ b/src/SMESH/SMESH_subMesh.cxx @@ -1571,9 +1571,8 @@ bool SMESH_subMesh::ComputeStateEngine(int event) _computeState = FAILED_TO_COMPUTE; _computeError = SMESH_ComputeError::New(COMPERR_OK,"",algo); try { -#if OCC_VERSION_LARGE > 0x06010000 OCC_CATCH_SIGNALS; -#endif + algo->InitComputeError(); MemoryReserve aMemoryReserve; -- 2.39.2