X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6a923fd453c6cf3787ae85ebdae7035a46272e03..f602ee5e834cf7bf6d1e1be849daae79a54e7274:/src/kernel/routing/AsRoutedGraph.cpp?ds=sidebyside diff --git a/src/kernel/routing/AsRoutedGraph.cpp b/src/kernel/routing/AsRoutedGraph.cpp index 592ad3c46d..20b0910b8a 100644 --- a/src/kernel/routing/AsRoutedGraph.cpp +++ b/src/kernel/routing/AsRoutedGraph.cpp @@ -107,7 +107,8 @@ void AsRoutedGraph::getOneLinkRoutes(std::vector* accumulator) } } } - } + AsImpl::getOneLinkRoutes(accumulator); // Recursivly call this function on all my childs too +} void AsRoutedGraph::getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) {