Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the routing stuff to its namespace
[simgrid.git] / src / surf / AsDijkstra.cpp
index 420b699..377d2d3 100644 (file)
@@ -37,7 +37,7 @@ static void graph_edge_data_free(void *e) // FIXME: useless code duplication
 /* Utility functions */
 
 namespace simgrid {
-namespace surf {
+namespace routing {
 void AsDijkstra::seal()
 {
   xbt_node_t node = nullptr;