X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6ea2f218951f6c2abef7e604c9ed8474c989df6e..c111bd7eb06c7bd66de5a930ebf86f69c7f984df:/src/surf/AsFull.cpp diff --git a/src/surf/AsFull.cpp b/src/surf/AsFull.cpp index c2b4ca50ea..3b931a3866 100644 --- a/src/surf/AsFull.cpp +++ b/src/surf/AsFull.cpp @@ -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) {