Salome HOME
LOT7: fix compilation at med_int==int64
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Utils.hxx
index 94b3eb9688e516299414da20f511bb67dab2d287..72b9bfd4ea3d81325e5f82cf3749c1947860dbf2 100644 (file)
@@ -71,7 +71,7 @@ namespace MESHCUT
     std::string nomMaille(TYPE_MAILLE tm, int nl);
     bool appartientVN(int n, std::vector<int> V);
     float distance2(float x1, float y1, float z1, float x2, float y2, float z2);
-    void conversionCNX(int *CNXtm, TYPE_MAILLE tm, int N);
+    void conversionCNX(med_int *CNXtm, TYPE_MAILLE tm, int N);
 
   }