diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-03-10 19:25:52 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-03-10 19:25:52 (GMT) |
commit | 4644afd4afa287a1ffce555cb18c486a1536609f (patch) | |
tree | ab3ed704689d9a70d2a5034cbe363ed3ceec6ffd /doc/html | |
parent | caf8d81e07efcdc9ccc61ae1521a4d9fa75d123d (diff) | |
download | hdf5-4644afd4afa287a1ffce555cb18c486a1536609f.zip hdf5-4644afd4afa287a1ffce555cb18c486a1536609f.tar.gz hdf5-4644afd4afa287a1ffce555cb18c486a1536609f.tar.bz2 |
[svn-r8244]
Purpose:
Bugfix: Bugzilla #66
Solution:
H5Pset_szip -- Corrected the plist parameter description.
Since this property can be set only in the dataset
creation property list, changed the parameter description
from
Dataset creation or dataset transfer property list identifier.
to
Dataset creation property list identifier.
Fixes Bugzilla bug #66.
Platforms tested:
IE 5
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/RM_H5P.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index 6826ffa..3000a4b 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -8635,8 +8635,7 @@ END LIBRARY-SET OPTION TAGS --> <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>plist</code> - <dd>IN: Dataset creation or dataset transfer property list - identifier. + <dd>IN: Dataset creation property list identifier. <dt><em>unsigned int</em> <code>options_mask</code> <dd>IN: A bit-mask conveying the desired SZIP options. <dt><em>unsigned int</em> <code>pixels_per_block</code> @@ -9190,7 +9189,7 @@ And in this document, the Describes HDF5 Release 1.6.2, February 2004 </address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT"> <!-- -document.writeln("Last modified: 14 January 2004"); +document.writeln("Last modified: 10 March 2004"); --> </SCRIPT> |