X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96f27c279bcb5dd32cf0e8af04bd273240d298ef..903d96f4c7e2f761608b4591faa573aab5891994:/src/surf/AsDijkstra.cpp diff --git a/src/surf/AsDijkstra.cpp b/src/surf/AsDijkstra.cpp index bcdb23b448..3d542a510b 100644 --- a/src/surf/AsDijkstra.cpp +++ b/src/surf/AsDijkstra.cpp @@ -334,7 +334,7 @@ void AsDijkstra::addRoute(sg_platf_route_cbarg_t route) newRoute(src->id(), dst->id(), e_route); // Symmetrical YES - if (route->symmetrical == TRUE) { + if (route->symmetrical == true) { if(!route->gw_dst && !route->gw_src) XBT_DEBUG("Load Route from \"%s\" to \"%s\"", dstName, srcName); else