]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Thanks to visual studio c++ warnings, fix a pb !
authoradam <adam>
Fri, 12 Mar 2010 10:07:52 +0000 (10:07 +0000)
committeradam <adam>
Fri, 12 Mar 2010 10:07:52 +0000 (10:07 +0000)
src/INTERP_KERNEL/InterpolationPlanar.txx

index 04da661223018a70b4e90052eebfa0e996ab0bf2..752fa872013cab39a9ac3017a483f5bb7cf983c0 100644 (file)
@@ -170,8 +170,8 @@ namespace INTERP_KERNEL
             intersector=new ConvexIntersector<MyMeshType,MatrixType,PlanarIntersectorP0P0>(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<MyMeshType,MatrixType,PlanarIntersectorP0P1>(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<MyMeshType,MatrixType,PlanarIntersectorP1P0>(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<MyMeshType,MatrixType,PlanarIntersectorP1P0Bary>(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<MyMeshType,MatrixType,PlanarIntersectorP1P1>(myMeshT,myMeshS,_dim_caracteristic,
                                                                                            InterpolationOptions::getPrecision(),
                                                                                            InterpolationOptions::getMaxDistance3DSurfIntersect(),
-                                                                                           InterpolationOptions::getDoRotate(),
                                                                                            InterpolationOptions::getMedianPlane(),
+                                                                                           InterpolationOptions::getDoRotate(),
                                                                                            InterpolationOptions::getOrientation(),
                                                                                            InterpolationOptions::getPrintLevel());
             break;