From: vbd Date: Mon, 22 Oct 2007 15:25:45 +0000 (+0000) Subject: correction of a big gag in rotation computation X-Git-Tag: trio_trio_coupling~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7f96c08c20b98384b0071c2cbce3c70e428ad101;p=tools%2Fmedcoupling.git correction of a big gag in rotation computation --- diff --git a/src/INTERP_KERNEL/PlanarIntersector.cxx b/src/INTERP_KERNEL/PlanarIntersector.cxx index d2d4163e9..0d33c6b55 100644 --- a/src/INTERP_KERNEL/PlanarIntersector.cxx +++ b/src/INTERP_KERNEL/PlanarIntersector.cxx @@ -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];