From 7f96c08c20b98384b0071c2cbce3c70e428ad101 Mon Sep 17 00:00:00 2001 From: vbd Date: Mon, 22 Oct 2007 15:25:45 +0000 Subject: [PATCH] correction of a big gag in rotation computation --- src/INTERP_KERNEL/PlanarIntersector.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.39.2