]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/surf_routing.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the missing breaks
[simgrid.git] / src / surf / surf_routing.cpp
index 3193ec3d0ca60be320d55d47294cac11e12c9b84..e01bd36adfbe3e91314897d9be49c0c85cf04ac2 100644 (file)
@@ -1403,4 +1403,3 @@ xbt_dynar_t surf_AS_get_hosts(AsPtr as) {
 void surf_AS_get_graph(AS_t as, xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) {
   as->getGraph(graph, nodes, edges);
 }
-