Salome HOME
DGTUMesh with no cells can be now converted into umesh
[tools/medcoupling.git] / src / INTERP_KERNEL / InterpolationOptions.hxx
index 74fe301c943634499764e1174d8973061cfce987..4187a69d5c7e671642cf6f39aa4cd0ac4cc1b56c 100644 (file)
@@ -28,7 +28,7 @@
 
 namespace INTERP_KERNEL
 {
-  typedef enum { Triangulation, Convex, Geometric2D, PointLocator, Barycentric, BarycentricGeo2D } IntersectionType;
+  typedef enum { Triangulation, Convex, Geometric2D, PointLocator, Barycentric, BarycentricGeo2D, MappedBarycentric } IntersectionType;
   
   /*!
    * Class defining the options for all interpolation algorithms used in the \ref remapper "remapper" and