Salome HOME
Fix: getCellsContainingPoints() in case of polyhedron with a face containing colinear...
[tools/medcoupling.git] / src / MEDPartitioner / MEDPARTITIONER_MetisGraph.hxx
index 5954f9e4d900f9387792fb3baf4c92929e6d9e3b..79ed24cd273a5974551f09fc1eecc0ca4849fc37 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -31,7 +31,7 @@ namespace MEDPARTITIONER
   {
   public:
     METISGraph();
-    METISGraph(ParaMEDMEM::MEDCouplingSkyLineArray*, int *edgeweight=0);
+    METISGraph(MEDCoupling::MEDCouplingSkyLineArray*, int *edgeweight=0);
     virtual ~METISGraph();
     void partGraph(int ndomain, const std::string& options_string="", ParaDomainSelector *sel=0);
   };