X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/877cd20cda4a24fff7ecf2da9da4cd951c706e8e..dec242c057a35631bad2c2464580873b0c1200f3:/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);