X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eee49aeac605271b0689346297a065c4976f5dc5..6bd50a954d420712f910d3efe8f8c543c77aa14f:/src/surf/maxmin.c diff --git a/src/surf/maxmin.c b/src/surf/maxmin.c index ad12c4095e..e7d3e181f3 100644 --- a/src/surf/maxmin.c +++ b/src/surf/maxmin.c @@ -15,6 +15,8 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_maxmin, surf, "Logging specific to SURF (maxmin)"); +double sg_maxmin_precision = 0.00001; + static void *lmm_variable_mallocator_new_f(void); static void lmm_variable_mallocator_free_f(void *var); static void lmm_variable_mallocator_reset_f(void *var);