From 0692298b1741a73826865b20823096a34753d4a7 Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 28 Mar 2011 14:48:11 +0000 Subject: [PATCH] icc porting --- src/INTERP_KERNEL/PlanarIntersectorP1P0PL.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/INTERP_KERNEL/PlanarIntersectorP1P0PL.txx b/src/INTERP_KERNEL/PlanarIntersectorP1P0PL.txx index 4973f93d1..5e655dffd 100644 --- a/src/INTERP_KERNEL/PlanarIntersectorP1P0PL.txx +++ b/src/INTERP_KERNEL/PlanarIntersectorP1P0PL.txx @@ -60,7 +60,7 @@ namespace INTERP_KERNEL else { double littleTargetCell[9]; - std::copy(baryT,baryT+3,littleTargetCell); + std::copy(baryT,baryT+SPACEDIM,littleTargetCell); std::copy(CoordsT.begin(),CoordsT.begin()+3,littleTargetCell+3); std::copy(CoordsT.begin()+3,CoordsT.begin()+6,littleTargetCell+6); PlanarIntersector::projectionThis(&CoordsS[0],littleTargetCell,3,3); -- 2.39.2