diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-26 17:01:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-26 17:01:18 (GMT) |
commit | ed257f0958afe6555eeec6733761993f0355fe98 (patch) | |
tree | 72fb0c23de120ec8da5871ac87e223c00b3b3350 /src/H5Gpublic.h | |
parent | 99d621130d75034d84aae351863df88622bb9ad5 (diff) | |
download | hdf5-ed257f0958afe6555eeec6733761993f0355fe98.zip hdf5-ed257f0958afe6555eeec6733761993f0355fe98.tar.gz hdf5-ed257f0958afe6555eeec6733761993f0355fe98.tar.bz2 |
[svn-r41] Interim checkpoint of dataset code for Robb to look at.
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r-- | src/H5Gpublic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h index 797b16a..049c823 100644 --- a/src/H5Gpublic.h +++ b/src/H5Gpublic.h @@ -21,6 +21,9 @@ /* Public headers needed by this file */ #include <H5public.h> +/* Default root directory size */ +#define H5G_DEFAULT_ROOT SIZE 256 + #ifdef __cplusplus extern "C" { #endif |