Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the routing stuff to its namespace
[simgrid.git] / src / surf / AsClusterTorus.hpp
index f91735e..6571971 100644 (file)
@@ -9,9 +9,9 @@
 #include "src/surf/AsCluster.hpp"
 
 namespace simgrid {
-  namespace surf {
+  namespace routing {
 
-    class XBT_PRIVATE AsClusterTorus:public simgrid::surf::AsCluster {
+    class XBT_PRIVATE AsClusterTorus : public simgrid::routing::AsCluster {
     public:
       explicit AsClusterTorus(const char*name);
       ~AsClusterTorus() override;