From 320499b91c6c9745db77c6ab5e45f95d08f15239 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 14 Jul 2003 11:50:46 -0500 Subject: [svn-r7216] Purpose: Correct information Description: Correct a some information about file creation properties. --- doc/html/RM_H5P.html | 7 +++---- 1 file 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. 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 sizeof(hsize_t) in the library + (normally 8 bytes). Valid values currently are 2, 4, + 8 and 16.
Parameters:
hid_t plist @@ -2563,8 +2564,6 @@ facilitate moving easily between them.
H5Pset_istore_k 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.

ik is one half the rank of a tree that stores chunked raw data. On average, such a tree will be 75% full, -- cgit v0.12