Salome HOME
Warning hunting
[modules/med.git] / src / ParaMEDMEM / ExplicitTopology.hxx
index 453294a393bf608528221164e9b3e1a964dd8bd2..baf2dce607988d89fdb5b40bd3438b98ad9b639c 100644 (file)
@@ -1,30 +1,31 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2013  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
-//  License as published by the Free Software Foundation; either
-//  version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
 //
-//  This library is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
 //
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 #ifndef __EXPLICITTOPOLOGY_HXX__
 #define __EXPLICITTOPOLOGY_HXX__
 
 #include "ProcessorGroup.hxx"
+#include "InterpKernelHashMap.hxx"
 
 #include <vector>
 #include <utility>
 #include <iostream>
-#include <ext/hash_map>
 
 namespace ParaMEDMEM
 {
@@ -59,7 +60,7 @@ namespace ParaMEDMEM
     //mapping local to global
     int* _loc2glob;
     //mapping global to local
-    __gnu_cxx::hash_map<int,int> _glob2loc;
+    INTERP_KERNEL::HashMap<int,int> _glob2loc;
   };
 
   //!converts a pair <subdomainid,local> to a global number