diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-06 18:54:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-06 18:54:24 (GMT) |
commit | 492df7a33ca592cfd24a4ec31cda12b887df3241 (patch) | |
tree | 23fe295d0ed1a9141e591e18d04ee0b3ccb246cc /src/H5Pocpl.c | |
parent | f25328a15af33de7f804728776ec407ca4393b25 (diff) | |
download | hdf5-492df7a33ca592cfd24a4ec31cda12b887df3241.zip hdf5-492df7a33ca592cfd24a4ec31cda12b887df3241.tar.gz hdf5-492df7a33ca592cfd24a4ec31cda12b887df3241.tar.bz2 |
[svn-r13470] Description:
Avoid storing the phase change values for attribute storage, unless
they are non-default values.
Tested on:
Mac OS X/32 10.4.8 (amazon)
Diffstat (limited to 'src/H5Pocpl.c')
-rwxr-xr-x | src/H5Pocpl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Pocpl.c b/src/H5Pocpl.c index 974a6a0..726e41d 100755 --- a/src/H5Pocpl.c +++ b/src/H5Pocpl.c @@ -48,10 +48,8 @@ /* ========= Object Creation properties ============ */ /* Definitions for the max. # of attributes to store compactly */ #define H5O_CRT_ATTR_MAX_COMPACT_SIZE sizeof(unsigned) -#define H5O_CRT_ATTR_MAX_COMPACT_DEF 8 /* Definitions for the min. # of attributes to store densely */ #define H5O_CRT_ATTR_MIN_DENSE_SIZE sizeof(unsigned) -#define H5O_CRT_ATTR_MIN_DENSE_DEF 6 /* Definitions for object header flags */ #define H5O_CRT_OHDR_FLAGS_SIZE sizeof(uint8_t) |