X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/820b3e5cd70325b3d5f5c4027137d684c5130465..fc3419efe4d92bfa202543376995977c6a3171e9:/src/surf/maxmin.c diff --git a/src/surf/maxmin.c b/src/surf/maxmin.c index c8b868cf64..ea964d5af2 100644 --- a/src/surf/maxmin.c +++ b/src/surf/maxmin.c @@ -21,7 +21,7 @@ typedef struct s_dyn_light { int size; } s_dyn_light_t, *dyn_light_t; -double sg_maxmin_precision = 0.00001; +XBT_EXPORT_NO_IMPORT(double) sg_maxmin_precision = 0.00001; static void *lmm_variable_mallocator_new_f(void); static void lmm_variable_mallocator_free_f(void *var);