Salome HOME
Merge branch 'master' of ssh://git.salome-platform.org/tools/medcoupling
[tools/medcoupling.git] / src / MEDPartitioner / MEDPARTITIONER_ParallelTopology.cxx
index d7f5a8508c5c3cdddf5d6e68def09e5380a69aaa..6ba589222319767eaa31eceb1946646976a39d46 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -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 )