diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-09-28 19:12:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-09-28 19:12:43 (GMT) |
commit | b53bfca418eef5fa9ba3997a2f9310113434fe73 (patch) | |
tree | 02644a2f6d6588b38bbdc51e6932758395b3afb2 /MANIFEST | |
parent | a9afb07bd8c124d068e8f62b8edaf31b585c33d4 (diff) | |
download | hdf5-b53bfca418eef5fa9ba3997a2f9310113434fe73.zip hdf5-b53bfca418eef5fa9ba3997a2f9310113434fe73.tar.gz hdf5-b53bfca418eef5fa9ba3997a2f9310113434fe73.tar.bz2 |
[svn-r2611] Purpose:
Rearrange code
Description:
The data sieve buffering code for contiguously stored datasets was
wedged in the H5F_arr_read/H5F_arr_write routines.
Solution:
Created a new H5Fcontig.c to hold I/O routines for contiguously stored
datasets (like H5Fistore.c for chunked dataset I/O routines) and moved
data sieving code into those routines.
Platforms tested:
Solaris 2.6 (i.e. baldric)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -444,6 +444,7 @@ ./src/H5Epublic.h ./src/H5F.c ./src/H5Farray.c +./src/H5Fcontig.c ./src/H5Fistore.c ./src/H5Fprivate.h ./src/H5Fpublic.h |