Salome HOME
-#if OCC_VERSION_LARGE > 0x06010000
authoreap <eap@opencascade.com>
Thu, 10 Oct 2013 10:29:42 +0000 (10:29 +0000)
committereap <eap@opencascade.com>
Thu, 10 Oct 2013 10:29:42 +0000 (10:29 +0000)
           OCC_CATCH_SIGNALS;
-#endif

src/SMESH/SMESH_subMesh.cxx

index 67649a3265de416d0d4204e5d4e8cb1e41af6c11..c6e3d54647c8fa38c2310308fc7037f31d6533ea 100644 (file)
@@ -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;