Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/NULL/nullptr/ in our C++ codebase
[simgrid.git] / src / surf / AsFloyd.hpp
index 60e7a16..2cc4cf2 100644 (file)
@@ -9,7 +9,7 @@
 #include "src/surf/AsRoutedGraph.hpp"
 
 namespace simgrid {
-namespace surf {
+namespace routing {
 
 /** Floyd routing data: slow initialization, fast lookup, lesser memory requirements, shortest path routing only */
 class XBT_PRIVATE AsFloyd: public AsRoutedGraph {