X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMCType.hxx;h=01e2dd1f963d2f6aefca18eea7eae8abda05eb1f;hb=3e9ebc98a6bc02022900a8b2295e1a775d78ece0;hp=8b8fe5417fb8e0788e186a67e185bf25c22d5990;hpb=58ffcef9d33d7cd15897914f603ba8ba9c88ab6f;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MCType.hxx b/src/MEDCoupling/MCType.hxx index 8b8fe5417..01e2dd1f9 100644 --- a/src/MEDCoupling/MCType.hxx +++ b/src/MEDCoupling/MCType.hxx @@ -21,11 +21,15 @@ #ifndef __MEDCOUPLING_MCTYPE_HXX__ #define __MEDCOUPLING_MCTYPE_HXX__ -typedef long Int64; - -typedef int Int32; +namespace MEDCoupling +{ + typedef long Int64; + typedef int Int32; + typedef int mcIdType; +} #define DataArrayInt DataArrayInt32 +#define DataArrayIdType DataArrayInt32 #define DataArrayIntIterator DataArrayInt32Iterator