From: adam Date: Fri, 12 Mar 2010 10:07:52 +0000 (+0000) Subject: Thanks to visual studio c++ warnings, fix a pb ! X-Git-Tag: V5_1_main_FINAL~147 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=20d2b672dca3c63a4d36b7329cd4824337fc2b49;p=tools%2Fmedcoupling.git Thanks to visual studio c++ warnings, fix a pb ! --- 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;