X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/102079f52888bf091ae08562bf7db74aedea494e..c139b4e36702f58bd8a75e87cf537959da82dbc9:/src/kernel/routing/RoutedZone.cpp diff --git a/src/kernel/routing/RoutedZone.cpp b/src/kernel/routing/RoutedZone.cpp index 7d458d1dfd..fc95e56367 100644 --- a/src/kernel/routing/RoutedZone.cpp +++ b/src/kernel/routing/RoutedZone.cpp @@ -63,8 +63,8 @@ RoutedZone::RoutedZone(NetZone* father, std::string name) : NetZoneImpl(father, { } -void RoutedZone::getGraph(xbt_graph_t graph, std::map* nodes, - std::map* edges) +void RoutedZone::get_graph(xbt_graph_t graph, std::map* nodes, + std::map* edges) { std::vector vertices = getVertices();