Salome HOME
Mesh::getNumberOfCells returns std::size_t
[tools/medcoupling.git] / src / INTERP_KERNEL / InterpolationOptions.hxx
index dcd10d5dc3e7efec973942497cd6ea84fa0f1622..4187a69d5c7e671642cf6f39aa4cd0ac4cc1b56c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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