summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-02-16 20:29:46 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-02-16 20:29:46 (GMT)
commit6e9418d9d004e8c6ebccb808563c84ae31cf7887 (patch)
tree57e5f7d6453f87bc537fac6b52140666239ef5ad
parent77fd42de134cbde2b54806b8744fcf3ea18c926f (diff)
downloadhdf5-6e9418d9d004e8c6ebccb808563c84ae31cf7887.zip
hdf5-6e9418d9d004e8c6ebccb808563c84ae31cf7887.tar.gz
hdf5-6e9418d9d004e8c6ebccb808563c84ae31cf7887.tar.bz2
[svn-r3424]
Purpose: Contained reference to non-existent function. Description: Corrected H5Pset_split_ratios reference to H5Pset_btree_ratios. Platforms tested: IE 5
-rw-r--r--doc/html/Chunking.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/Chunking.html b/doc/html/Chunking.html
index 42a0ab6..7ed49d8 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,7 +273,7 @@
<!-- Created: Tue Oct 20 12:38:40 EDT 1998 -->
<!-- hhmts start -->
-Last modified: 13 December 1999
+Last modified: 16 February 2001
<!-- hhmts end -->
<br>