From: ageay Date: Mon, 28 Mar 2011 14:48:11 +0000 (+0000) Subject: icc porting X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0692298b1741a73826865b20823096a34753d4a7;p=tools%2Fmedcoupling.git icc porting --- 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);