Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Die on unwanted function calls.
[simgrid.git] / src / kernel / routing / FloydZone.cpp
index 5cc4e80..76411b2 100644 (file)
@@ -33,7 +33,7 @@ void FloydZone::init_tables(unsigned int table_size)
   }
 }
 
-void FloydZone::get_local_route(NetPoint* src, NetPoint* dst, Route* route, double* lat)
+void FloydZone::get_local_route(const NetPoint* src, const NetPoint* dst, Route* route, double* lat)
 {
   get_route_check_params(src, dst);