X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/268288cd8cf7b502e05e2a2bcbbdb0122c91de0b..95fddd0c107e8782e879758546c97e663a878452:/src/surf/network_cm02.cpp diff --git a/src/surf/network_cm02.cpp b/src/surf/network_cm02.cpp index 73e4ba8d9c..159d606a64 100644 --- a/src/surf/network_cm02.cpp +++ b/src/surf/network_cm02.cpp @@ -26,8 +26,6 @@ static simgrid::config::Flag cfg_network_solver("network/solver", "Set linear equations solver used by network model", "maxmin", &simgrid::kernel::lmm::System::validate_solver); -double sg_latency_factor = 1.0; /* default value; can be set by model or from command line */ -double sg_bandwidth_factor = 1.0; /* default value; can be set by model or from command line */ double sg_weight_S_parameter = 0.0; /* default value; can be set by model or from command line */ /************************************************************************/