X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/01ecfcab4e527aeb253b84ffda52fd73cabbd13c..786b8a177574a5523973881724dbebb103a73ed5:/src/surf/maxmin.cpp diff --git a/src/surf/maxmin.cpp b/src/surf/maxmin.cpp index 253ebd1ee5..dc0280b8ba 100644 --- a/src/surf/maxmin.cpp +++ b/src/surf/maxmin.cpp @@ -24,7 +24,7 @@ typedef struct s_dyn_light { double sg_maxmin_precision = 0.00001; /* Change this with --cfg=maxmin/precision:VALUE */ double sg_surf_precision = 0.00001; /* Change this with --cfg=surf/precision:VALUE */ -int sg_concurrency_limit = -1; /* Change this with --cfg=maxmin/concurrency_limit:VALUE */ +int sg_concurrency_limit = -1; /* Change this with --cfg=maxmin/concurrency-limit:VALUE */ static void *lmm_variable_mallocator_new_f(); static void lmm_variable_mallocator_free_f(void *var);