diff options
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 |