X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c354c48ec90c997cc7213ce96ca97d882934166..509afa8dafbfc8a505586e5447a1ed4c76cf0ae3:/src/xbt/heap_private.h diff --git a/src/xbt/heap_private.h b/src/xbt/heap_private.h index 782947b25c..87de1eb58a 100644 --- a/src/xbt/heap_private.h +++ b/src/xbt/heap_private.h @@ -13,7 +13,7 @@ typedef struct xbt_heapItem { void *content; - xbt_heap_float_t key; + double key; } s_xbt_heapItem_t, *xbt_heapItem_t; typedef struct xbt_heap {