Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Csmetics: algin braces.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 14 Feb 2013 15:07:26 +0000 (16:07 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 14 Feb 2013 15:07:26 +0000 (16:07 +0100)
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)