From 9e821066f7f85d43404ed9ca2f566bf7c718b51a Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Fri, 22 May 2015 13:30:10 +0200 Subject: [PATCH] [SURF] Fixed config option network/weight_S_parameter - This configuration option is actually called network/weight_S; I changed that. Note though that network/weight_S is stored in a variable called sg_weight_S_parameter, which adds to confusion. --- src/surf/network_cm02.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/network_cm02.cpp b/src/surf/network_cm02.cpp index adc366b6bd..37fc2717d8 100644 --- a/src/surf/network_cm02.cpp +++ b/src/surf/network_cm02.cpp @@ -138,7 +138,7 @@ void surf_network_model_init_Reno2(void) xbt_cfg_setdefault_double(_sg_cfg_set, "network/latency_factor", 10.4); xbt_cfg_setdefault_double(_sg_cfg_set, "network/bandwidth_factor", 0.92); - xbt_cfg_setdefault_double(_sg_cfg_set, "network/weight_S_parameter", + xbt_cfg_setdefault_double(_sg_cfg_set, "network/weight_S", 8775); } -- 2.20.1