diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-12-11 18:12:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-12-11 18:12:28 (GMT) |
commit | 09ef5a6ef93e074e190ae7ef36abc5333b3f6260 (patch) | |
tree | b5c5df1663d4d5546608522523987681b9c2b017 /MANIFEST | |
parent | f53cd8e75da253a2fce6a0c837c8eba9071b799f (diff) | |
download | hdf5-09ef5a6ef93e074e190ae7ef36abc5333b3f6260.zip hdf5-09ef5a6ef93e074e190ae7ef36abc5333b3f6260.tar.gz hdf5-09ef5a6ef93e074e190ae7ef36abc5333b3f6260.tar.bz2 |
[svn-r16180] Description:
Rename the current chunk indexing routines module for B-tree indices
to better reflect their purpose, and to make the upcoming extensible array
index module fit in better.
Tested:
FreeBSD/32 6.3
Too minor to require h5committest
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -468,6 +468,7 @@ ./src/H5CS.c ./src/H5CSprivate.h ./src/H5D.c +./src/H5Dbtree.c ./src/H5Dchunk.c ./src/H5Dcompact.c ./src/H5Dcontig.c @@ -477,7 +478,6 @@ ./src/H5Dfill.c ./src/H5Dint.c ./src/H5Dio.c -./src/H5Distore.c ./src/H5Dmpio.c ./src/H5Doh.c ./src/H5Dpkg.h |