Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
what is that pimple, for god's sake??
[simgrid.git] / src / surf / network_constant.c
index da086e0d7ab108e0d9213b61939c818991ebdffa..bf3893164b2b10b0a60239da4d84a9a1b3c5ca57 100644 (file)
@@ -235,5 +235,5 @@ void surf_network_model_init_Constant()
   xbt_dynar_push(model_list, &surf_network_model);
 
   xbt_cfg_set_string(_surf_cfg_set, "routing", "none");
-  routing_model_create(sizeof(double), NULL, netcste_get_link_latency);
+  routing_model_create(sizeof(double), NULL);
 }