X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e0ee2bc0a05cd0c5bb16c8217b6e101dbabe05f..148f5e8e381d67771e1b389f6ee068d25482b2f7:/src/surf/workstation.c diff --git a/src/surf/workstation.c b/src/surf/workstation.c index 8229535614..379cf3222d 100644 --- a/src/surf/workstation.c +++ b/src/surf/workstation.c @@ -427,7 +427,6 @@ void surf_workstation_model_init_CLM03(const char *filename) surf_workstation_model_init_internal(); surf_cpu_model_init_Cas01(filename); surf_network_model_init_CM02(filename); -// create_workstations(); update_model_description(surf_workstation_model_description, surf_workstation_model_description_size, "CLM03", @@ -441,7 +440,6 @@ void surf_workstation_model_init_compound(const char *filename) xbt_assert0(surf_cpu_model, "No CPU model defined yet!"); xbt_assert0(surf_network_model, "No network model defined yet!"); surf_workstation_model_init_internal(); - create_workstations(); update_model_description(surf_workstation_model_description, surf_workstation_model_description_size,