Salome HOME
Normaly finished
[tools/medcoupling.git] / src / MEDCoupling / MCType.hxx
index a49573305137179a3f4c049f54345819abc87826..01e2dd1f963d2f6aefca18eea7eae8abda05eb1f 100644 (file)
 namespace MEDCoupling
 {
   typedef long Int64;
-  typedef int  Int32;
+  typedef int Int32;
+  typedef int mcIdType;
 }
 
 #define DataArrayInt DataArrayInt32
+#define DataArrayIdType DataArrayInt32
 
 #define DataArrayIntIterator DataArrayInt32Iterator