Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Move the stack as field of SafetyChecker and CommDetChecker
[simgrid.git] / src / surf / AsDijkstra.cpp
index 3d542a5..f18a2c5 100644 (file)
@@ -38,7 +38,7 @@ static void graph_edge_data_free(void *e) // FIXME: useless code duplication
 
 namespace simgrid {
 namespace surf {
-void AsDijkstra::Seal()
+void AsDijkstra::seal()
 {
   xbt_node_t node = NULL;
   unsigned int cursor2, cursor;