From: eap Date: Thu, 10 Oct 2013 10:29:42 +0000 (+0000) Subject: -#if OCC_VERSION_LARGE > 0x06010000 X-Git-Tag: V7_3_0a1~130 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=48653b1aec47ca1dfd706a1f8e7ea892b41bfb4c;hp=a6a734f16652d3e5f1a5f76bb3cbb35eff106f54 -#if OCC_VERSION_LARGE > 0x06010000 OCC_CATCH_SIGNALS; -#endif --- 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;