Salome HOME
Remove warnings
authoradam <adam>
Thu, 17 Feb 2011 14:41:02 +0000 (14:41 +0000)
committeradam <adam>
Thu, 17 Feb 2011 14:41:02 +0000 (14:41 +0000)
src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx

index 5fe1108e2d7870e5afb8a42863c11d932fbd28a0..298c948d6f41b31aeacca091c15a05b6a1113956 100644 (file)
@@ -54,7 +54,9 @@
 namespace nglib {
 #include <nglib.h>
 }
+#ifndef OCCGEOMETRY
 #define OCCGEOMETRY
+#endif
 #include <occgeom.hpp>
 #include <meshing.hpp>
 //#include <meshtype.hpp>
index e4f5ae7b855a94ac2771d9387a53fa19d6fe9663..4ab0a2190027971aa7874ca93e96261e7b146c52 100644 (file)
@@ -66,7 +66,9 @@
   Netgen include files
 */
 
+#ifndef OCCGEOMETRY
 #define OCCGEOMETRY
+#endif
 #include <occgeom.hpp>
 namespace nglib {
 #include <nglib.h>