Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
align namespaces on directories for kernel::routing
[simgrid.git] / src / kernel / routing / AsClusterFatTree.hpp
index 6854f63..bff2627 100644 (file)
@@ -9,6 +9,7 @@
 #include "src/kernel/routing/AsCluster.hpp"
 
 namespace simgrid {
+namespace kernel {
 namespace routing {
 
 class XBT_PRIVATE FatTreeLink;
@@ -147,7 +148,6 @@ private:
   bool isInSubTree(FatTreeNode *root, FatTreeNode *node);
 };
 
-}
-}
+}}} // namespaces
 
 #endif