From: eap Date: Mon, 11 Nov 2013 11:19:26 +0000 (+0000) Subject: -#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE... X-Git-Tag: V7_3_0a1~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=357daeae9cd546ebafd2ab236aa8b251db79602a;p=plugins%2Fnetgenplugin.git -#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100 --- diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx index a0a380e..6b4310c 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx @@ -472,11 +472,8 @@ namespace // { // BRepTools::Clean (shape); try { -#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100 OCC_CATCH_SIGNALS; -#endif BRepMesh_IncrementalMesh e(shape, 0.01, true); - } catch (Standard_Failure) {