X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b2f3150048cd87c9e16e251fea65c40221fd56ea..19df82877ce519ee7ce4b9daee206ad6939f4710:/src/surf/surf_routing.cpp diff --git a/src/surf/surf_routing.cpp b/src/surf/surf_routing.cpp index e23d601e6a..19b30f045c 100644 --- a/src/surf/surf_routing.cpp +++ b/src/surf/surf_routing.cpp @@ -97,7 +97,7 @@ void RoutingPlatf::getRouteAndLatency(NetCard *src, NetCard *dst, std::vector
  • name().c_str(), dst->name().c_str()); - AsImpl::getRouteRecursive(src, dst, route, latency); + AsImpl::getGlobalRoute(src, dst, route, latency); } }}}