Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix error message
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 27 May 2014 08:05:01 +0000 (10:05 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 27 May 2014 08:05:01 +0000 (10:05 +0200)
src/surf/surf_routing_cluster_fat_tree.cpp

index f94b395..b2697d1 100644 (file)
@@ -59,7 +59,7 @@ void AsClusterFatTree::getRouteAndLatency(RoutingEdgePtr src,
   source = tempIter->second;
   tempIter = this->computeNodes.find(dst->getId());
   if (tempIter == this->computeNodes.end()) {
-    xbt_die("Could not find the destination %s [%d] in the fat tree", src->getName(), src->getId());
+    xbt_die("Could not find the destination %s [%d] in the fat tree", dst->getName(), dst->getId());
   }