X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/96f27c279bcb5dd32cf0e8af04bd273240d298ef..903d96f4c7e2f761608b4591faa573aab5891994:/src/surf/AsFloyd.cpp diff --git a/src/surf/AsFloyd.cpp b/src/surf/AsFloyd.cpp index ec45a1c4ca..891675af67 100644 --- a/src/surf/AsFloyd.cpp +++ b/src/surf/AsFloyd.cpp @@ -121,7 +121,7 @@ void AsFloyd::addRoute(sg_platf_route_cbarg_t route) TO_FLOYD_COST(src->id(), dst->id()) = (TO_FLOYD_LINK(src->id(), dst->id()))->link_list->size(); - if (route->symmetrical == TRUE) { + if (route->symmetrical == true) { if (route->gw_dst) // AS route (to adapt the error message, if any) xbt_assert(nullptr == TO_FLOYD_LINK(dst->id(), src->id()), "The route between %s@%s and %s@%s already exists. You should not declare the reverse path as symmetrical.",