diff options
Diffstat (limited to 'src/H5FDpublic.h')
-rw-r--r-- | src/H5FDpublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDpublic.h b/src/H5FDpublic.h index 774b3f6..cbfedba 100644 --- a/src/H5FDpublic.h +++ b/src/H5FDpublic.h @@ -56,8 +56,8 @@ typedef enum H5FD_mem_t { * -QAK */ #define H5FD_MEM_FHEAP_HDR H5FD_MEM_OHDR -#define H5FD_MEM_FHEAP_INDIRECT H5FD_MEM_OHDR -#define H5FD_MEM_FHEAP_DIRECT H5FD_MEM_LHEAP +#define H5FD_MEM_FHEAP_IBLOCK H5FD_MEM_OHDR +#define H5FD_MEM_FHEAP_DBLOCK H5FD_MEM_LHEAP /* * A free-list map which maps all types of allocation requests to a single |