X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_MetisGraph.hxx;h=46bea277ecb08f632c54b733cbe2ac41791e418d;hb=1ca2b215a1ae474745fabc87dd9c5c98e9af6354;hp=75d6af14e7c3f7cc97be00372d1326c39a4f3a94;hpb=4b98ed0d4760e3d6c97a26f6ced29bf230bbf0f3;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.hxx b/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.hxx index 75d6af14e..46bea277e 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_MetisGraph.hxx @@ -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); };