X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/17c819afc4ceda4000eec137c8fee35168253b4d..f3da0e53f20a27db79c661314020550b7b9d0bcd:/src/surf/host_clm03.cpp diff --git a/src/surf/host_clm03.cpp b/src/surf/host_clm03.cpp index ba27fcb16e..912e630329 100644 --- a/src/surf/host_clm03.cpp +++ b/src/surf/host_clm03.cpp @@ -20,7 +20,7 @@ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_host); void surf_host_model_init_current_default() { surf_host_model = new simgrid::surf::HostCLM03Model(); - xbt_cfg_setdefault_boolean("network/crosstraffic", "yes"); + simgrid::config::set_default("network/crosstraffic", true); surf_cpu_model_init_Cas01(); surf_network_model_init_LegrandVelho();