]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
correction of a big gag in rotation computation
authorvbd <vbd>
Mon, 22 Oct 2007 15:25:45 +0000 (15:25 +0000)
committervbd <vbd>
Mon, 22 Oct 2007 15:25:45 +0000 (15:25 +0000)
src/INTERP_KERNEL/PlanarIntersector.cxx

index d2d4163e9c052ee50b313a08d72f96c8c8965674..0d33c6b55348e942a50b86df3e99477ac4c9f99e 100644 (file)
@@ -100,7 +100,7 @@ namespace MEDMEM
     P3w[0]=PP3[0]; P3w[1]=PP3[1];P3w[2]=PP3[2];
     
     // translating to set P1 at the origin
-    for (int i=0; i<2; i++)
+    for (int i=0; i<3; i++)
       {
        P2w[i]-=PP1[i];
        P3w[i]-=PP1[i];