Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start renaming AS to NetZone
[simgrid.git] / src / kernel / routing / DijkstraZone.hpp
similarity index 97%
rename from src/kernel/routing/AsDijkstra.hpp
rename to src/kernel/routing/DijkstraZone.hpp
index 95e89b7..34c2d0e 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SURF_ROUTING_DIJKSTRA_HPP_
 #define SURF_ROUTING_DIJKSTRA_HPP_
 
-#include "src/kernel/routing/AsRoutedGraph.hpp"
+#include "src/kernel/routing/RoutedZone.hpp"
 
 typedef struct graph_node_data {
   int id;