Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Multicore model now enabled with Cas01.
[simgrid.git] / src / surf / network_constant.c
index b76ff47..bf73baf 100644 (file)
@@ -230,5 +230,5 @@ void surf_network_model_init_Constant(const char *filename)
                            "Constant", surf_network_model);
 
   xbt_cfg_set_string(_surf_cfg_set, "routing", "none");
-  routing_model_create(sizeof(double), NULL, (double_f_pvoid_t)netcste_get_link_latency);
+  routing_model_create(sizeof(double), NULL, netcste_get_link_latency);
 }