X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_ParMetisGraph.hxx;h=2d61cec26ee2dfd367d3e5c20fc1c5863024ad78;hb=10e479e70a8c12d2ed92af46375266826616cf2c;hp=178683eb3fbd3f901905a74179b7671ce91c0301;hpb=0a5983902df7b8197b97ac8b146226867ab37553;p=modules%2Fmed.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.hxx b/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.hxx index 178683eb3..2d61cec26 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.hxx +++ b/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.hxx @@ -20,6 +20,7 @@ #ifndef __MEDPARTITIONER_ParMETISGraph_HXX__ #define __MEDPARTITIONER_ParMETISGraph_HXX__ +#include "MEDPARTITIONER.hxx" #include "MEDPARTITIONER_Graph.hxx" #include @@ -30,7 +31,7 @@ namespace MEDPARTITIONER { public: ParMETISGraph(); - ParMETISGraph(MEDPARTITIONER::SkyLineArray*, int *edgeweight=0); + ParMETISGraph(ParaMEDMEM::MEDCouplingSkyLineArray*, int *edgeweight=0); virtual ~ParMETISGraph(); void partGraph(int ndomain, const std::string& options_string="", ParaDomainSelector *sel=0); };