diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-03-10 19:27:21 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-03-10 19:27:21 (GMT) |
commit | 77068a23d3158190338c8c4e5b5161ab341b1d5c (patch) | |
tree | aba04ddd8a9b0cfc36d9d00675bd9d9ff9b0fb59 /doc | |
parent | 3b3598e4463d6eeb41ecabab36c06bc10e428873 (diff) | |
download | hdf5-77068a23d3158190338c8c4e5b5161ab341b1d5c.zip hdf5-77068a23d3158190338c8c4e5b5161ab341b1d5c.tar.gz hdf5-77068a23d3158190338c8c4e5b5161ab341b1d5c.tar.bz2 |
[svn-r8245]
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')
-rw-r--r-- | doc/html/RM_H5P.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index 0dbc15f..3befb5f 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -9120,7 +9120,7 @@ END LIBRARY-SET OPTION TAGS --> <ul><table> <tr> <td valign="top"><em>hid_t</em> <code>plist</code></td> - <td valign="top">IN: Dataset creation or dataset transfer property list + <td valign="top">IN: Dataset creation property list identifier.</td></tr> <tr> <td valign="top"><em>unsigned int</em> <code>options_mask</code></td> @@ -9683,7 +9683,7 @@ And in this document, the Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0 </address><!-- #EndLibraryItem --><SCRIPT LANGUAGE="JAVASCRIPT"> <!-- -document.writeln("Last modified: 24 February 2004"); +document.writeln("Last modified: 10 March 2004"); --> </SCRIPT> |