diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-01 21:25:07 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-01 21:25:07 (GMT) |
commit | f474322ca57d2bc5b5f99a7b92cf34d9ad319389 (patch) | |
tree | 12b96e068398ef9106d0bfc71098a3a3e33fe68e /src/hdf5lims.h | |
parent | ace2983e763db689eb7c0a8b8cd84aff46d755c2 (diff) | |
download | hdf5-f474322ca57d2bc5b5f99a7b92cf34d9ad319389.zip hdf5-f474322ca57d2bc5b5f99a7b92cf34d9ad319389.tar.gz hdf5-f474322ca57d2bc5b5f99a7b92cf34d9ad319389.tar.bz2 |
[svn-r10] Added various constants, etc. for hooking new dimensionality and dataset
interfaces into the "meta-object" interface.
Diffstat (limited to 'src/hdf5lims.h')
-rw-r--r-- | src/hdf5lims.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf5lims.h b/src/hdf5lims.h index dc8648d..385b8a4 100644 --- a/src/hdf5lims.h +++ b/src/hdf5lims.h @@ -49,6 +49,7 @@ #define HDF5_TEMPID_HASHSIZE 64 #define HDF5_DATATYPEID_HASHSIZE 64 #define HDF5_DATASPACEID_HASHSIZE 64 +#define HDF5_DATASETID_HASHSIZE 64 /* Default file-creation template values */ #define HDF5_USERBLOCK_DEFAULT 0 /* Default to 0-byte sized user blocks */ |