diff options
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r-- | src/H5Dprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h index 6770af3..82cfdf3 100644 --- a/src/H5Dprivate.h +++ b/src/H5Dprivate.h @@ -39,7 +39,7 @@ #define H5D_RESERVED_ATOMS 0 /* Set the minimum object header size to create objects with */ -#define H5D_MINHDR_SIZE 512 +#define H5D_MINHDR_SIZE 256 /* ======== Dataset creation properties ======== */ /* Definitions for storage layout property */ |