From: degomme Date: Fri, 16 May 2014 16:31:51 +0000 (+0200) Subject: move a declaration. Should fix compilation bug on MacOS X . X-Git-Tag: v3_11~70 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2c1245acbee0af3cd92adf3991575ff8c2f490ad move a declaration. Should fix compilation bug on MacOS X . --- diff --git a/src/surf/surf_routing_cluster_fat_tree.hpp b/src/surf/surf_routing_cluster_fat_tree.hpp index 6b8bc035f3..206abb4097 100644 --- a/src/surf/surf_routing_cluster_fat_tree.hpp +++ b/src/surf/surf_routing_cluster_fat_tree.hpp @@ -10,8 +10,6 @@ #define SURF_ROUTING_CLUSTER_FAT_TREE_HPP_ -AS_t model_fat_tree_cluster_create(void); - /* The class AsClusterFatTree describes PGFT, as introduced by Eitan Zahavi * in "D-Mod-K Routing Providing Non-Blocking Traffic for Shift Permutations * on Real Life Fat Trees" (2010). RLFT are PGFT with some restrictions to diff --git a/src/surf/surf_routing_private.hpp b/src/surf/surf_routing_private.hpp index fa365c1518..4dbfad44c2 100644 --- a/src/surf/surf_routing_private.hpp +++ b/src/surf/surf_routing_private.hpp @@ -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 **************** */