summaryrefslogtreecommitdiffstats
path: root/doc/html/RM_H5P.html
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-14 16:51:24 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-14 16:51:24 (GMT)
commit0bcd59f9b802f52c0134ec1a4547e69f99f19ec0 (patch)
treeacc26b50b2139305966ce987884045ac44ae768d /doc/html/RM_H5P.html
parent378701d63292f8ae883b159695254a6a663ba307 (diff)
downloadhdf5-0bcd59f9b802f52c0134ec1a4547e69f99f19ec0.zip
hdf5-0bcd59f9b802f52c0134ec1a4547e69f99f19ec0.tar.gz
hdf5-0bcd59f9b802f52c0134ec1a4547e69f99f19ec0.tar.bz2
[svn-r7217] Purpose:
Correct information Description: Correct a some information about file creation properties.
Diffstat (limited to 'doc/html/RM_H5P.html')
-rw-r--r--doc/html/RM_H5P.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html
index 65ec152..4fccf35 100644
--- a/doc/html/RM_H5P.html
+++ b/doc/html/RM_H5P.html
@@ -2392,8 +2392,9 @@ facilitate moving easily between them.</i>
address objects in an HDF5 file. This function is only valid for
file creation property lists. Passing in a value of 0 for one of the
sizeof parameters retains the current value. The default value
- for both values is 4 bytes. Valid values currently are 2, 4, 8 and
- 16.
+ for both values is same as <code>sizeof(hsize_t)</code> in the library
+ (normally 8 bytes). Valid values currently are 2, 4,
+ 8 and 16.
<dt><strong>Parameters:</strong>
<dl>
<dt><em>hid_t</em> <code>plist</code>
@@ -2557,8 +2558,6 @@ facilitate moving easily between them.</i>
<dd><code>H5Pset_istore_k</code> sets the size of the parameter
used to control the B-trees for indexing chunked datasets.
This function is only valid for file creation property lists.
- Passing in a value of 0 for one of the parameters retains
- the current value.
<p>
<code>ik</code> is one half the rank of a tree that stores
chunked raw data. On average, such a tree will be 75% full,