Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Csmetics: algin braces.
[simgrid.git] / src / surf / surf_routing_cluster.c
index 99bb075..f19670f 100644 (file)
@@ -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)