diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-14 16:51:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-14 16:51:24 (GMT) |
commit | 0bcd59f9b802f52c0134ec1a4547e69f99f19ec0 (patch) | |
tree | acc26b50b2139305966ce987884045ac44ae768d | |
parent | 378701d63292f8ae883b159695254a6a663ba307 (diff) | |
download | hdf5-0bcd59f9b802f52c0134ec1a4547e69f99f19ec0.zip hdf5-0bcd59f9b802f52c0134ec1a4547e69f99f19ec0.tar.gz hdf5-0bcd59f9b802f52c0134ec1a4547e69f99f19ec0.tar.bz2 |
[svn-r7217] Purpose:
Correct information
Description:
Correct a some information about file creation properties.
-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 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, |