X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e0ee2bc0a05cd0c5bb16c8217b6e101dbabe05f..148f5e8e381d67771e1b389f6ee068d25482b2f7:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index 2f7957df2e..016ab2a2e2 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -143,7 +143,7 @@ s_surf_model_description_t surf_cpu_model_description[surf_cpu_model_description s_surf_model_description_t surf_workstation_model_description[surf_workstation_model_description_size] = { {"CLM03", NULL, surf_workstation_model_init_CLM03, create_workstations}, - {"compound", NULL, surf_workstation_model_init_compound, NULL}, + {"compound", NULL, surf_workstation_model_init_compound, create_workstations}, {"ptask_L07", NULL, surf_workstation_model_init_ptask_L07, NULL} };