From 357daeae9cd546ebafd2ab236aa8b251db79602a Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 11 Nov 2013 11:19:26 +0000 Subject: [PATCH] -#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100 --- src/NETGENPlugin/NETGENPlugin_Mesher.cxx | 3 --- 1 file changed, 3 deletions(-) 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) { -- 2.39.2