diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-14 16:50:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-14 16:50:46 (GMT) |
commit | 320499b91c6c9745db77c6ab5e45f95d08f15239 (patch) | |
tree | c5dc72e8c667e281efe6c90e2374ecefc25e36c6 /doc/html | |
parent | 4b97a9f491bdcf4b0e844a404c8c178d172585ad (diff) | |
download | hdf5-320499b91c6c9745db77c6ab5e45f95d08f15239.zip hdf5-320499b91c6c9745db77c6ab5e45f95d08f15239.tar.gz hdf5-320499b91c6c9745db77c6ab5e45f95d08f15239.tar.bz2 |
[svn-r7216] Purpose:
Correct information
Description:
Correct a some information about file creation properties.
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/RM_H5P.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index 661325b..32fe10d 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -2398,8 +2398,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> @@ -2563,8 +2564,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, |