Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename a method to stick to our naming conventions
[simgrid.git] / src / surf / AsFloyd.cpp
index 891675a..960b039 100644 (file)
@@ -149,7 +149,7 @@ void AsFloyd::addRoute(sg_platf_route_cbarg_t route)
   }
 }
 
-void AsFloyd::Seal(){
+void AsFloyd::seal(){
 
   /* set the size of table routing */
   size_t table_size = xbt_dynar_length(vertices_);