Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Documentation ++
[simgrid.git] / src / surf / network_constant.cpp
index c331629c13b045d4c2bc347673d56e203094cde0..b3cd6f9c8a034cf6b56ff412d7d1f3beaf896cbe 100644 (file)
@@ -24,7 +24,7 @@ void surf_network_model_init_Constant()
 
   sg_platf_host_add_cb(netcste_count_hosts);
 
-  ModelPtr model = static_cast<ModelPtr>(surf_network_model);
+  ModelPtr model = surf_network_model;
   xbt_dynar_push(model_list, &model);
 }