Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this configuration option does not exist anymore (and it was useless: the AS routing...
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 2 Jan 2012 15:04:29 +0000 (16:04 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 2 Jan 2012 15:04:29 +0000 (16:04 +0100)
src/surf/network_constant.c

index 62d1d01..d0f25db 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);
 }