X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTools%2FMeshCut%2FMeshCut_Fonctions.cxx;h=f55361325a2ea399ac6f2640b96e47c702f31d98;hb=7a3ecab720cc517ace17c5c4677fd3c20c0051ee;hp=7fb1fc1ef67871c5b307e70cc64dff3ad893c439;hpb=5d68554076bbca0e1e95fb0db215a6c2b84b6c54;p=modules%2Fsmesh.git diff --git a/src/Tools/MeshCut/MeshCut_Fonctions.cxx b/src/Tools/MeshCut/MeshCut_Fonctions.cxx index 7fb1fc1ef..f55361325 100644 --- a/src/Tools/MeshCut/MeshCut_Fonctions.cxx +++ b/src/Tools/MeshCut/MeshCut_Fonctions.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 EDF R&D +// Copyright (C) 2006-2016 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,7 +84,7 @@ 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];