X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2FMeshCut%2FMeshCut_Fonctions.cxx;h=e9dcffb5056510f3614de0cd05fb822d11db554e;hp=3b96e550559fc4f66aacffdcaf4d66cfbbbf5a3e;hb=d9f4b53e489dd5857db264ede6acded7b076c9f1;hpb=251f8c052dd12dd29922210dc901b295fe999a0e diff --git a/src/Tools/MeshCut/MeshCut_Fonctions.cxx b/src/Tools/MeshCut/MeshCut_Fonctions.cxx index 3b96e5505..e9dcffb50 100644 --- a/src/Tools/MeshCut/MeshCut_Fonctions.cxx +++ b/src/Tools/MeshCut/MeshCut_Fonctions.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2015 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 @@ -84,12 +84,12 @@ int MESHCUT::positionNoeudPlan(int indiceNoeud) int MESHCUT::intersectionSegmentPlan(int it4, int na) { - int ngA, ngB; // Numéros des noeuds extrémités AB + int ngA = -1, ngB = -1; // Numéros des noeuds extrémités AB float lambda, ps; //, ab; // ab = longueur AB 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);