X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8ef16dfe15a51e315150b693b11f80f23b1d5af..99d7d8f2569cf1e89789a81ecc0aabba5a9e7080:/src/kernel/routing/FatTreeZone.cpp diff --git a/src/kernel/routing/FatTreeZone.cpp b/src/kernel/routing/FatTreeZone.cpp index ed86300819..1dbebb5e8e 100644 --- a/src/kernel/routing/FatTreeZone.cpp +++ b/src/kernel/routing/FatTreeZone.cpp @@ -100,7 +100,6 @@ void FatTreeZone::get_local_route(NetPoint* src, NetPoint* dst, Route* into, dou while (currentNode != destination) { for (unsigned int i = 0; i < currentNode->children.size(); i++) { if (i % this->num_children_per_node_[currentNode->level - 1] == destination->label[currentNode->level - 1]) { - into->link_list_.push_back(currentNode->children[i]->down_link_); if (currentNode->limiter_link_)