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 da086e0..bf38931 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);
 }