Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yet another == with doubles
[simgrid.git] / src / surf / AsClusterTorus.cpp
index 946b349c6f5de70a5888dcdd85e731e7d478564c..acf6ebf54c5b06de5bd2fabf428892ac0f61d298 100644 (file)
@@ -25,7 +25,7 @@ inline unsigned int *rankId_to_coords(int rankId, xbt_dynar_t dimensions)
 
 
 namespace simgrid {
-  namespace surf {
+  namespace routing {
     AsClusterTorus::AsClusterTorus(const char*name)
       : AsCluster(name) {
     }