Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix MC
[simgrid.git] / src / surf / AsFull.cpp
index c2b4ca5..3b931a3 100644 (file)
@@ -11,7 +11,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route_full, surf, "Routing part of surf");
 #define TO_ROUTE_FULL(i,j) routingTable_[(i)+(j)*table_size]
 
 namespace simgrid {
-namespace surf {
+namespace routing {
   AsFull::AsFull(const char*name)
     : AsRoutedGraph(name)
   {