X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a7740c25f68f21ce361c63ab639a7fe3cd18042b..bea6786798593b78e0d62a2308eacad3284d4537:/src/simix/smx_deployment.c diff --git a/src/simix/smx_deployment.c b/src/simix/smx_deployment.c index f92d8e36f4..2ca297f52f 100644 --- a/src/simix/smx_deployment.c +++ b/src/simix/smx_deployment.c @@ -122,6 +122,7 @@ void SIMIX_launch_application(const char *file) { xbt_assert0(simix_global, "SIMIX_global_init has to be called before SIMIX_launch_application."); + surf_parse_reset_parser(); surfxml_add_callback(STag_surfxml_process_cb_list, parse_process_init); surfxml_add_callback(ETag_surfxml_argument_cb_list, parse_argument); surfxml_add_callback(STag_surfxml_prop_cb_list, parse_properties);