X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/831de10adaaf8910940aa280e2ac2dd075b5ffe5..544e6fac3fc91ae81d5daa4481562240c2cb2467:/src/kernel/routing/AsClusterDragonfly.cpp?ds=sidebyside diff --git a/src/kernel/routing/AsClusterDragonfly.cpp b/src/kernel/routing/AsClusterDragonfly.cpp index 0a2f42f59a..cec68d8aac 100644 --- a/src/kernel/routing/AsClusterDragonfly.cpp +++ b/src/kernel/routing/AsClusterDragonfly.cpp @@ -13,6 +13,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_cluster_dragonfly, surf_route_cluster, "Dragonfly Routing part of surf"); namespace simgrid { +namespace kernel { namespace routing { AsClusterDragonfly::AsClusterDragonfly(const char*name) @@ -341,5 +342,4 @@ void AsClusterDragonfly::getRouteAndLatency(NetCard * src, NetCard * dst, sg_pla } - } -} +}}} // namespace