[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
This commit is contained in:
Frank Baker
2004-03-10 14:25:52 -05:00
parent caf8d81e07
commit 4644afd4af

View File

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