Salome HOME
Merge branch 'V9_8_BR'
[tools/medcoupling.git] / src / INTERP_KERNEL / Polyhedron3D2DIntersectorP0P0.hxx
index 73a536cc4b20b43f67d56cc0f704301ad4b31c20..187b3c9fda5d79ef344e2d8620e8a762625dc665 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  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
@@ -36,7 +36,7 @@ namespace INTERP_KERNEL
   template<class MyMeshType, class MyMatrixType>
   class Polyhedron3D2DIntersectorP0P0 : public Intersector3DP0P0<MyMeshType,MyMatrixType>
   {
-    typedef typename std::map<int,std::set<int> > DuplicateFacesType;
+    typedef typename std::map<mcIdType,std::set<mcIdType> > DuplicateFacesType;
 
   public:
     static const int SPACEDIM=MyMeshType::MY_SPACEDIM;