Salome HOME
fix conflict
[modules/med.git] / medtool / src / INTERP_KERNEL / PolygonAlgorithms.hxx
index bbb49362aee6f22c9ee1ee11c499b3a7d177b2ac..5d9f9d8185a11cb27cd08bdc5752af5524453a2b 100644 (file)
@@ -30,7 +30,7 @@ namespace INTERP_KERNEL
   class VertexLess
   {
   public:
-    bool operator()(const double * P_1, const double * P_2) 
+    bool operator()(const double * P_1, const double * P_2) const
     {
       for(int idim=0; idim<DIM; idim++)
         {