Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed typo in documentation of surf_routing.hpp
[simgrid.git] / src / surf / surf_routing_private.hpp
index fa365c1..4dbfad4 100644 (file)
@@ -67,8 +67,8 @@ void model_floyd_parse_route(AS_t rc, sg_platf_route_cbarg_t route);
 /* **************  Cluster ROUTING   **************** */
 
 AsPtr model_cluster_create(void);      /* create structures for cluster routing model */
-AsPtr model_torus_cluster_create(void);      /* create structures for cluster routing model */
-
+AsPtr model_torus_cluster_create(void); 
+AsPtr model_fat_tree_cluster_create(void);
 
 /* ************************************************** */
 /* **************  Vivaldi ROUTING   **************** */