Salome HOME
Indices are stored as mcIdType type instead of int to support switch to 64bits indexing
[tools/medcoupling.git] / src / ParaMEDMEM / ParaFIELD.hxx
index afdfbc0073694b54d74f1e2093b4dfb08998006f..7ca217363c55f4919cf60527057ac290dc6b7853 100644 (file)
@@ -22,6 +22,7 @@
 
 #include "MEDCouplingRefCountObject.hxx"
 #include "ComponentTopology.hxx"
+#include "MCType.hxx"
 
 namespace MEDCoupling
 {
@@ -43,8 +44,8 @@ namespace MEDCoupling
     void synchronizeSource( MEDCoupling::ParaFIELD* target_field);
     MEDCouplingFieldDouble* getField() const { return _field; }
     void setOwnSupport(bool v) const { _own_support=v; }
-    DataArrayInt* returnCumulativeGlobalNumbering() const;
-    DataArrayInt* returnGlobalNumbering() const;
+    DataArrayIdType* returnCumulativeGlobalNumbering() const;
+    DataArrayIdType* returnGlobalNumbering() const;
     Topology* getTopology() const { return _topology; }
     ParaMESH* getSupport() const  { return _support; }
     int nbComponents() const;