Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
search the deployment files where they are
[simgrid.git] / src / surf / trace_mgr_private.h
index 5bd6c32ffdaf51806fe4bcd10b6a5261ecee3028..f63d1a28c4ba6afae1d79c53ddab1e54759428cf 100644 (file)
@@ -13,8 +13,8 @@
 #include "surf/trace_mgr.h"
 
 typedef struct tmgr_event {
-  xbt_heap_float_t delta;
-  xbt_maxmin_float_t value;
+  double delta;
+  double value;
 } s_tmgr_event_t, *tmgr_event_t;
 
 typedef struct tmgr_trace {