]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/routing/ClusterZone.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
const again
[simgrid.git] / src / kernel / routing / ClusterZone.cpp
index 597475cee02d76ee9cf99954d1da6be1d9879f99..21c4b65647337420f5a5acf414116773c10984f0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2009-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -62,9 +62,9 @@ void ClusterZone::get_local_route(NetPoint* src, NetPoint* dst, RouteCreationArg
   }
 
   if (not dst->is_router()) { // No specific link for router
-
     std::pair<resource::LinkImpl*, resource::LinkImpl*> info =
         private_links_.at(node_pos_with_loopback_limiter(dst->id()));
+
     if (info.second) { // link down
       route->link_list.push_back(info.second);
       if (lat)