Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / surf / surf_routing_cluster.c
index dc7fdbd..f19670f 100644 (file)
@@ -119,9 +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)