Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Get rid of all these nasty _im_.
[simgrid.git] / src / surf / workstation.c
index 4b52525..2106d8b 100644 (file)
@@ -344,7 +344,7 @@ void surf_workstation_model_init_current_default(void)
   surf_workstation_model_init_internal();
   //xbt_cfg_setdefault_int(_surf_cfg_set, "network/crosstraffic", 1);
   surf_cpu_model_init_Cas01();
-  im_surf_network_model_init_LegrandVelho();
+  surf_network_model_init_LegrandVelho();
 
   xbt_dynar_push(model_list, &surf_workstation_model);
   sg_platf_postparse_add_cb(create_workstations);