Salome HOME
0022875: EDF 7690 MED: Creating joints with medpartitioner in the MEDCoupling API
[tools/medcoupling.git] / src / MEDPartitioner / MEDPARTITIONER_MetisGraph.hxx
index 75d6af14e7c3f7cc97be00372d1326c39a4f3a94..46bea277ecb08f632c54b733cbe2ac41791e418d 100644 (file)
@@ -30,7 +30,7 @@ namespace MEDPARTITIONER
   {
   public:
     METISGraph();
-    METISGraph(MEDPARTITIONER::SkyLineArray*, int *edgeweight=0);
+    METISGraph(ParaMEDMEM::MEDCouplingSkyLineArray*, int *edgeweight=0);
     virtual ~METISGraph();
     void partGraph(int ndomain, const std::string& options_string="", ParaDomainSelector *sel=0);
   };