Salome HOME
-#if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE...
authoreap <eap@opencascade.com>
Mon, 11 Nov 2013 11:19:26 +0000 (11:19 +0000)
committereap <eap@opencascade.com>
Mon, 11 Nov 2013 11:19:26 +0000 (11:19 +0000)
src/NETGENPlugin/NETGENPlugin_Mesher.cxx

index a0a380e23a5a4c979588b9b6ee7f1618b11f215a..6b4310c29903bd8b0941c71c41c22dfae3763714 100644 (file)
@@ -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)
         {