Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further rename the identifiers of flexml to simgrid_parse_*
[simgrid.git] / src / surf / sg_platf.cpp
index 589285f..16b81d1 100644 (file)
@@ -47,7 +47,7 @@ void sg_platf_parser_finalize()
 {
   simgrid::kernel::routing::on_cluster_creation.disconnect_slots();
 
-  surf_parse_lex_destroy();
+  simgrid_parse_lex_destroy();
 }
 
 /** @brief Add a host to the current NetZone */