From 20d2b672dca3c63a4d36b7329cd4824337fc2b49 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 12 Mar 2010 10:07:52 +0000 Subject: [PATCH] Thanks to visual studio c++ warnings, fix a pb ! --- src/INTERP_KERNEL/InterpolationPlanar.txx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/INTERP_KERNEL/InterpolationPlanar.txx b/src/INTERP_KERNEL/InterpolationPlanar.txx index 04da66122..752fa8720 100644 --- a/src/INTERP_KERNEL/InterpolationPlanar.txx +++ b/src/INTERP_KERNEL/InterpolationPlanar.txx @@ -170,8 +170,8 @@ namespace INTERP_KERNEL intersector=new ConvexIntersector(myMeshT,myMeshS,_dim_caracteristic, InterpolationOptions::getPrecision(), InterpolationOptions::getMaxDistance3DSurfIntersect(), - InterpolationOptions::getDoRotate(), InterpolationOptions::getMedianPlane(), + InterpolationOptions::getDoRotate(), InterpolationOptions::getOrientation(), InterpolationOptions::getPrintLevel()); break; @@ -207,8 +207,8 @@ namespace INTERP_KERNEL intersector=new ConvexIntersector(myMeshT,myMeshS,_dim_caracteristic, InterpolationOptions::getPrecision(), InterpolationOptions::getMaxDistance3DSurfIntersect(), - InterpolationOptions::getDoRotate(), InterpolationOptions::getMedianPlane(), + InterpolationOptions::getDoRotate(), InterpolationOptions::getOrientation(), InterpolationOptions::getPrintLevel()); break; @@ -244,8 +244,8 @@ namespace INTERP_KERNEL intersector=new ConvexIntersector(myMeshT,myMeshS,_dim_caracteristic, InterpolationOptions::getPrecision(), InterpolationOptions::getMaxDistance3DSurfIntersect(), - InterpolationOptions::getDoRotate(), InterpolationOptions::getMedianPlane(), + InterpolationOptions::getDoRotate(), InterpolationOptions::getOrientation(), InterpolationOptions::getPrintLevel()); break; @@ -281,8 +281,8 @@ namespace INTERP_KERNEL intersector=new ConvexIntersector(myMeshT,myMeshS,_dim_caracteristic, InterpolationOptions::getPrecision(), InterpolationOptions::getMaxDistance3DSurfIntersect(), - InterpolationOptions::getDoRotate(), InterpolationOptions::getMedianPlane(), + InterpolationOptions::getDoRotate(), InterpolationOptions::getOrientation(), InterpolationOptions::getPrintLevel()); break; @@ -314,8 +314,8 @@ namespace INTERP_KERNEL intersector=new ConvexIntersector(myMeshT,myMeshS,_dim_caracteristic, InterpolationOptions::getPrecision(), InterpolationOptions::getMaxDistance3DSurfIntersect(), - InterpolationOptions::getDoRotate(), InterpolationOptions::getMedianPlane(), + InterpolationOptions::getDoRotate(), InterpolationOptions::getOrientation(), InterpolationOptions::getPrintLevel()); break; -- 2.39.2