[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
This commit is contained in:
Frank Baker 2004-03-10 14:27:21 -05:00
parent 3b3598e446
commit 77068a23d3

View File

@ -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>