X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_ParMetisGraph.cxx;h=18ca26082d6bddb3776614f0eb7598c07e670bd0;hb=1ca2b215a1ae474745fabc87dd9c5c98e9af6354;hp=ab1c1b4264bd89cdb01d61a176204f8e5ea2ba95;hpb=4b98ed0d4760e3d6c97a26f6ced29bf230bbf0f3;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.cxx b/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.cxx index ab1c1b426..18ca26082 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.cxx +++ b/src/MEDPartitioner/MEDPARTITIONER_ParMetisGraph.cxx @@ -38,7 +38,7 @@ ParMETISGraph::ParMETISGraph():Graph() { } -ParMETISGraph::ParMETISGraph(MEDPARTITIONER::SkyLineArray* graph, int* edgeweight) +ParMETISGraph::ParMETISGraph(MEDCouplingSkyLineArray* graph, int* edgeweight) :Graph(graph,edgeweight) { } @@ -136,7 +136,7 @@ void ParMETISGraph::partGraph(int ndomain, //the fifth argument true specifies that only the pointers are passed //to the object - _partition = new MEDPARTITIONER::SkyLineArray(index,value); + _partition = new MEDCouplingSkyLineArray(index,value); #endif }