Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fixed full routing support for routers, no routing complexity is added routers are...
[simgrid.git] / src / surf / network.c
index 90f9721..b32a57c 100644 (file)
@@ -561,7 +561,7 @@ void surf_network_model_init_LegrandVelho(const char *filename)
   weight_S_parameter = 8775;
 
   update_model_description(surf_network_model_description,
-                           "LegrandVelho", surf_network_model);
+                           "LV08", surf_network_model);
 }
 
 /***************************************************************************/