From bbf0a1be10f50acc2440bdd52e5649cdd091affe Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 9 Nov 2011 16:30:19 +0100 Subject: [PATCH] oups, that comment were in french --- src/surf/network_gtnets.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/surf/network_gtnets.c b/src/surf/network_gtnets.c index 035c80a832..d6ff8522cf 100644 --- a/src/surf/network_gtnets.c +++ b/src/surf/network_gtnets.c @@ -113,9 +113,8 @@ static void create_gtnets_topology() int src_id,dst_id; XBT_DEBUG("Starting topology generation"); -// À refaire plus tard. Il faut prendre la liste des hôtes/routeurs (dans routing) -// À partir de cette liste, on les numérote. -// Ensuite, on peut utiliser les id pour refaire les appels GTNets qui suivent. +// FIXME: We should take the list of hosts/routers (in the routing module), number the elements of this list, +// and then you can use the id to reimplement properly the following GTNets calls //get the onelinks from the parsed platform xbt_dynar_t onelink_routes = global_routing->get_onelink_routes(); -- 2.20.1