X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f78165e6c51edc9a278f0948c7936122568954e..3736e0252d96679e19cfbe41f3c09833d3734386:/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); }