X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/110275bdfe31a33027e51860ed41f199da963cef..9b9103db7f7aac95d28b162b7f78c6a946bba864:/src/msg/environment.c diff --git a/src/msg/environment.c b/src/msg/environment.c index 981db9713a..1bb3d29ab9 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -64,7 +64,7 @@ void MSG_create_environment(const char *file) { char *name = NULL; void *workstation = NULL; - surf_workstation_resource_init(file); + surf_workstation_resource_init_CLM03(file); xbt_dict_foreach(workstation_set, cursor, name, workstation) { __MSG_host_create(name, workstation, NULL);