diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-09-05 21:38:55 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-09-05 21:38:55 (GMT) |
commit | 27473d70b03c83e8c84d460f29fb350f4509e529 (patch) | |
tree | 9ec0680e50c00562ec8320d414605f4aa2df194e /src/H5B2pkg.h | |
parent | 5fb857d275093b266d631ea15ce22075f7fb5025 (diff) | |
download | hdf5-27473d70b03c83e8c84d460f29fb350f4509e529.zip hdf5-27473d70b03c83e8c84d460f29fb350f4509e529.tar.gz hdf5-27473d70b03c83e8c84d460f29fb350f4509e529.tar.bz2 |
[svn-r12647] Description:
Eliminate redundant "B-tree type" byte from internal & leaf nodes. May
possibly improve B-tree density in rare circumstances...
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5B2pkg.h')
-rw-r--r-- | src/H5B2pkg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5B2pkg.h b/src/H5B2pkg.h index 30b4adb..936216c 100644 --- a/src/H5B2pkg.h +++ b/src/H5B2pkg.h @@ -92,7 +92,7 @@ H5B2_METADATA_PREFIX_SIZE \ \ /* Header specific fields */ \ - + 1 /* Tree type */ \ + /* <none> */ \ ) /* Size of the v2 B-tree leaf node prefix */ @@ -101,7 +101,7 @@ H5B2_METADATA_PREFIX_SIZE \ \ /* Header specific fields */ \ - + 1 /* Tree type */ \ + /* <none> */ \ ) /* Macro to retrieve pointer to i'th native record for native record buffer */ |