Salome HOME
Retrieve refactor from abn/intersect_1D
[tools/medcoupling.git] / src / INTERP_KERNEL / Interpolation2D1D.txx
index 00494a307874069139d6b5818ace0367135a0683..111336e59fbb4e028c886c39adf68a05cf89f6bf 100644 (file)
@@ -80,6 +80,7 @@ namespace INTERP_KERNEL
           case Geometric2D:
             intersector=new Geometric2DIntersector<MyMeshType,MatrixType,Planar2D1DIntersectorP0P0>(myMeshT, myMeshS, _dim_caracteristic,
                                                                                                     InterpolationOptions::getMaxDistance3DSurfIntersect(),
+                                                                                                    InterpolationOptions::getMinDotBtwPlane3DSurfIntersect(),
                                                                                                     InterpolationOptions::getMedianPlane(),
                                                                                                     InterpolationOptions::getPrecision(),
                                                                                                     InterpolationOptions::getOrientation());