Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation error for smpi.
[simgrid.git] / src / surf / maxmin.c
index dc00903..ea964d5 100644 (file)
@@ -21,7 +21,7 @@ typedef struct s_dyn_light {
   int size;
 } s_dyn_light_t, *dyn_light_t;
 
-XBT_PUBLIC(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);