]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Prepare int64 management
authorAnthony Geay <anthony.geay@edf.fr>
Fri, 1 Feb 2019 09:17:18 +0000 (10:17 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 1 Feb 2019 09:17:18 +0000 (10:17 +0100)
src/MEDCoupling/MEDCouplingUMesh.hxx

index c8b48dcee4fdf3f320337dedd6e645b095bca580..96d0beb8363d9dae9c46bb79b75e284bd24ca41f 100644 (file)
@@ -377,8 +377,8 @@ namespace MEDCoupling
     /// @endcond
   private:
     int _mesh_dim;
-    DataArrayInt *_nodal_connec;
-    DataArrayInt *_nodal_connec_index;
+    DataArrayIdType *_nodal_connec;
+    DataArrayIdType *_nodal_connec_index;
     std::set<INTERP_KERNEL::NormalizedCellType> _types;
   public:
     static double EPS_FOR_POLYH_ORIENTATION;