X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDPartitioner%2FMEDPARTITIONER_ParallelTopology.cxx;h=6ba589222319767eaa31eceb1946646976a39d46;hb=b7e277ad50223814bc479c5bd64cf12abe8fc959;hp=cc5eec318077a98fa587a5080959c144c1bfcec3;hpb=79386ac5c73f8365c428b8ef595c4ef004959667;p=tools%2Fmedcoupling.git diff --git a/src/MEDPartitioner/MEDPARTITIONER_ParallelTopology.cxx b/src/MEDPartitioner/MEDPARTITIONER_ParallelTopology.cxx index cc5eec318..6ba589222 100644 --- a/src/MEDPartitioner/MEDPARTITIONER_ParallelTopology.cxx +++ b/src/MEDPartitioner/MEDPARTITIONER_ParallelTopology.cxx @@ -331,7 +331,7 @@ ParallelTopology::ParallelTopology(Graph* graph, Topology* oldTopology, int nb_d } const MEDCoupling::MEDCouplingSkyLineArray* skylinegraph = graph->getGraph(); const int* index = skylinegraph->getIndex(); - const int* value = skylinegraph->getValue(); + const int* value = skylinegraph->getValues(); const int nbCells = skylinegraph->getNumberOf(); for ( int iGlob = 0; iGlob < nbCells; ++iGlob )