Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
align namespaces on directories for kernel::routing
[simgrid.git] / src / kernel / routing / AsClusterDragonfly.hpp
index e275d67..e0ed5a6 100644 (file)
@@ -9,7 +9,8 @@
 #include "src/kernel/routing/AsCluster.hpp"
 
 namespace simgrid {
-  namespace routing {
+namespace kernel {
+namespace routing {
 
 
 class XBT_PRIVATE DragonflyRouter {
@@ -85,5 +86,5 @@ class XBT_PRIVATE AsClusterDragonfly
       DragonflyRouter** routers_=nullptr;
     };
 
-  }}
+}}}
 #endif