Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
empty RoutingPlatf: move the loopback link to the network_model(s)
[simgrid.git] / src / surf / network_constant.cpp
index f349fbd..bbf16a8 100644 (file)
@@ -17,7 +17,7 @@ void surf_network_model_init_Constant()
   surf_network_model = new simgrid::surf::NetworkConstantModel();
   all_existing_models->push_back(surf_network_model);
 
-  routing_model_create(nullptr);
+  routing_model_create();
 }
 
 namespace simgrid {