Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
align namespaces on directories for kernel::routing
[simgrid.git] / src / kernel / routing / AsFull.hpp
index bf7668b..66ca294 100644 (file)
@@ -9,6 +9,7 @@
 #include "src/kernel/routing/AsRoutedGraph.hpp"
 
 namespace simgrid {
+namespace kernel {
 namespace routing {
 
 /** Full routing: fast, large memory requirements, fully expressive */
@@ -25,7 +26,6 @@ public:
   sg_platf_route_cbarg_t *routingTable_ = nullptr;
 };
 
-}
-}
+}}} // namespaces
 
 #endif /* SIMGRID_ROUTING_FULL_HPP_ */