X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e6b55b12b9633959a3dc6c68ac7cf91c2228ac16..b5bb23bbab9e4dda8dc341c2220b10cd27d2e0d7:/src/surf/surf_routing_private.hpp diff --git a/src/surf/surf_routing_private.hpp b/src/surf/surf_routing_private.hpp index 54c50b79b1..4dbfad44c2 100644 --- a/src/surf/surf_routing_private.hpp +++ b/src/surf/surf_routing_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009, 2010, 2011. The SimGrid Team. +/* Copyright (c) 2009-2011, 2013-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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 **************** */