diff options
Diffstat (limited to 'src/H5Iprivate.h')
-rw-r--r-- | src/H5Iprivate.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5Iprivate.h b/src/H5Iprivate.h index 81c53d2..0cc0286 100644 --- a/src/H5Iprivate.h +++ b/src/H5Iprivate.h @@ -67,8 +67,9 @@ #define H5I_DATASETID_HASHSIZE 64 #define H5I_OID_HASHSIZE 64 #define H5I_GROUPID_HASHSIZE 64 -#define H5I_ATTRID_HASHSIZE 64 -#define H5I_TEMPBUFID_HASHSIZE 64 +#define H5I_ATTRID_HASHSIZE 64 +#define H5I_TEMPBUFID_HASHSIZE 64 +#define H5I_RAGGED_HASHSIZE 64 /* Atom information structure used */ typedef struct H5I_id_info_t { |