[MOAB-dev] r3798 - in MOAB/trunk/itaps: . igeom imesh

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Wed Apr 21 14:09:15 CDT 2010


Author: kraftche
Date: 2010-04-21 14:09:15 -0500 (Wed, 21 Apr 2010)
New Revision: 3798

Modified:
   MOAB/trunk/itaps/iBase.h
   MOAB/trunk/itaps/igeom/iGeom.h
   MOAB/trunk/itaps/imesh/iMesh.h
   MOAB/trunk/itaps/imesh/iMeshP.h
Log:
Replace #define ITAPS with #define _ITAPS_<interfacename>

Modified: MOAB/trunk/itaps/iBase.h
===================================================================
--- MOAB/trunk/itaps/iBase.h	2010-04-21 15:03:57 UTC (rev 3797)
+++ MOAB/trunk/itaps/iBase.h	2010-04-21 19:09:15 UTC (rev 3798)
@@ -1,10 +1,6 @@
-#ifndef __IBASE_H__
-#define __IBASE_H__
+#ifndef _ITAPS_iBase
+#define _ITAPS_iBase
 
-#ifndef ITAPS
-#define ITAPS
-#endif
-
 #ifdef __cplusplus
 
 extern "C"
@@ -132,4 +128,4 @@
 }
 #endif
 
-#endif /* #ifndef __IBASE_H__ */
+#endif /* #ifndef _ITAPS_iBase */

Modified: MOAB/trunk/itaps/igeom/iGeom.h
===================================================================
--- MOAB/trunk/itaps/igeom/iGeom.h	2010-04-21 15:03:57 UTC (rev 3797)
+++ MOAB/trunk/itaps/igeom/iGeom.h	2010-04-21 19:09:15 UTC (rev 3798)
@@ -1,5 +1,5 @@
-#ifndef IGEOM_CBIND_H__
-#define IGEOM_CBIND_H__
+#ifndef _ITAPS_iGeom
+#define _ITAPS_iGeom
 
   /** \mainpage The ITAPS Geometry Interface iGeom
    *
@@ -57,10 +57,6 @@
    *
    */
 
-#ifndef ITAPS
-#define ITAPS
-#endif
-
 #include "iBase.h"
 #include "iGeom_protos.h"
 #ifdef __cplusplus

Modified: MOAB/trunk/itaps/imesh/iMesh.h
===================================================================
--- MOAB/trunk/itaps/imesh/iMesh.h	2010-04-21 15:03:57 UTC (rev 3797)


More information about the moab-dev mailing list