Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
align namespaces on directories for kernel::routing
[simgrid.git] / src / kernel / routing / AsClusterTorus.cpp
index 2a11c9a..55a4606 100644 (file)
@@ -25,6 +25,7 @@ inline unsigned int *rankId_to_coords(int rankId, xbt_dynar_t dimensions)
 
 
 namespace simgrid {
+  namespace kernel {
   namespace routing {
     AsClusterTorus::AsClusterTorus(const char*name)
       : AsCluster(name) {
@@ -223,5 +224,4 @@ namespace simgrid {
       return;
     }
 
-  }
-}
+}}} // namespace