Salome HOME
Merge branch 'V9_9_BR'
[modules/smesh.git] / src / Tools / MeshCut / MeshCut_Fonctions.cxx
index ba8284d0da116b8e6270f2f5083acb7cd8d8e216..e9dcffb5056510f3614de0cd05fb822d11db554e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2019  EDF R&D
+// Copyright (C) 2006-2022  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -89,7 +89,7 @@ int MESHCUT::intersectionSegmentPlan(int it4, int na)
   float A[3], B[3];
 
   // Détermination des ng des extrémités de l'arête passée en argument na
-  int * offset = MAILLAGE1->CNX[TETRA4] + 4 * it4;
+  med_int * offset = MAILLAGE1->CNX[TETRA4] + 4 * it4;
   if (na == 0)
     {
       ngA = *(offset + 0);