diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2001-04-11 22:30:56 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2001-04-11 22:30:56 (GMT) |
commit | 447c7e4d37e16fc95dc38b1e267d41eed3818ece (patch) | |
tree | d960e831e9bd499b5888785eec87923cf721a476 /doc/html/Chunking.html | |
parent | 1d8c1d723f40102eee1119002e361fcbd7909c6e (diff) | |
download | hdf5-447c7e4d37e16fc95dc38b1e267d41eed3818ece.zip hdf5-447c7e4d37e16fc95dc38b1e267d41eed3818ece.tar.gz hdf5-447c7e4d37e16fc95dc38b1e267d41eed3818ece.tar.bz2 |
[svn-r3802]
Purpose:
Importing UG changes from 1.4 release branch into development branch (1.5)
Diffstat (limited to 'doc/html/Chunking.html')
-rw-r--r-- | doc/html/Chunking.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/Chunking.html b/doc/html/Chunking.html index 42a0ab6..be80420 100644 --- a/doc/html/Chunking.html +++ b/doc/html/Chunking.html @@ -209,7 +209,7 @@ obvious way is to reduce the number of chunks by choosing a larger chunk size (doubling the chunk size will cut the number of B-tree nodes in half). Another method is to adjust the split ratios for the B-tree by - calling <code>H5Pset_split_ratios()</code>, but this method typically + calling <code>H5Pset_btree_ratios()</code>, but this method typically results in only a slight improvement over the default settings. Finally, the out-degree of each node can be increased by calling <code>H5Pset_istore_k()</code> (increasing the out degree actually @@ -273,11 +273,11 @@ <!-- Created: Tue Oct 20 12:38:40 EDT 1998 --> <!-- hhmts start --> -Last modified: 13 December 1999 +Last modified: 16 February 2001 <!-- hhmts end --> <br> -Describes HDF5 Release 1.4, February 2001 +Describes HDF5 Release 1.4.1, April 2001 |