Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a dll for simgrid and protect DLL_EXPORT and DLL_IMPORT from multiple definition
[simgrid.git] / src / surf / network_constant.c
index 62d1d01a4820236b810054ab105dd4ec646cc0c9..d0f25db627ecc7455e7317962118a657d06dcddd 100644 (file)
@@ -231,6 +231,5 @@ void surf_network_model_init_Constant()
   netcste_define_callbacks();
   xbt_dynar_push(model_list, &surf_network_model);
 
-  xbt_cfg_set_string(_surf_cfg_set, "routing", "none");
   routing_model_create(sizeof(double), NULL);
 }