X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ad43ed60df9d103ffe2737d8d2be517ee67ae71c..63d18c86bbffb905a9d31dc2384596cead30529a:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index e4d4957ff3..e18f0420c9 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -28,7 +28,7 @@ void surf_host_model_init_current_default(void) surf_network_model_init_LegrandVelho(); Model *model = surf_host_model; - xbt_dynar_push(model_list, &model); + xbt_dynar_push(all_existing_models, &model); xbt_dynar_push(model_list_invoke, &model); sg_platf_host_add_cb(host_parse_init); } @@ -41,7 +41,7 @@ void surf_host_model_init_compound() surf_host_model = new HostCLM03Model(); Model *model = surf_host_model; - xbt_dynar_push(model_list, &model); + xbt_dynar_push(all_existing_models, &model); xbt_dynar_push(model_list_invoke, &model); sg_platf_host_add_cb(host_parse_init); }