Salome HOME
Trying to compile with option -DMEDCOUPLING_USE_64BIT_IDS=ON on medCoupling-master
[tools/solverlab.git] / CDMATH / IJKmesh / inc / IJKMesh.hxx
index e997137d1486189318e02958dae8430a0903b3eb..1f7c6126a2eedf47db0fcfccd49b2bd6b41206ea 100644 (file)
@@ -35,7 +35,7 @@ namespace MEDCoupling
 class MEDFileCMesh;
 class MEDCouplingMesh;
 class MEDCouplingIMesh;
-class DataArrayInt32;
+class DataArrayInt64;
 }
 namespace ParaMEDMEM
 {
@@ -356,7 +356,7 @@ private: //----------------------------------------------------------------
        /*
         * The list of node groups.
         */
-       std::vector<MEDCoupling::DataArrayInt32 *> _nodeGroups;
+       std::vector<MEDCoupling::DataArrayInt64 *> _nodeGroups;
        /*
         * The mesh MEDCouplingIMesh
         */