X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b2e59190afe413f53ab9d76e738a2a0c13f48cc..d740a86eb8bb0e5d729e0ad55db7395444dad131:/src/surf/surf_routing.c diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index c5b0e2dfa0..354272f590 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -523,8 +523,8 @@ static void _get_route_and_latency(const char *src, const char *dst, if (latency) xbt_die("Bypass cannot work yet with get_latency"); // FIXME: get_bypass_route should update the latency itself, just like get_route - // FIXME this path is never tested. I need examples to check the bypass mechanism... - THROW_UNIMPLEMENTED; // let's warn the users of the problem +// // FIXME this path is never tested. I need examples to check the bypass mechanism... +// THROW_UNIMPLEMENTED; // let's warn the users of the problem xbt_dynar_foreach(e_route_bypass->link_list, cpt, link) { xbt_dynar_push(*links, &link); }