X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cd2a441e4e7a75fe66240f2b6420ead8a0e66066..1404bb1d3bf9cc3b74e218c5ba90fe41a103131e:/src/surf/surf_routing_cluster.c diff --git a/src/surf/surf_routing_cluster.c b/src/surf/surf_routing_cluster.c index 99bb075f55..f19670f390 100644 --- a/src/surf/surf_routing_cluster.c +++ b/src/surf/surf_routing_cluster.c @@ -119,10 +119,10 @@ static void cluster_get_graph(xbt_graph_t graph, xbt_dict_t nodes, } else { new_xbt_graph_edge(graph, current, routerNode, edges); } + } } - } - } + } } static void model_cluster_finalize(AS_t as)