mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
[svn-r10683] Purpose:
Corrected return value of H5Tget_member_value. Fixed Bugzilla #309 Platforms tested: Firefox
This commit is contained in:
parent
348f391e42
commit
a33e31b5b3
@ -1851,7 +1851,7 @@ END SUBROUTINE h5tget_member_type_f
|
||||
<dl>
|
||||
<dt><strong>Name:</strong> <a name="Datatype-GetMemberValue">H5Tget_member_value</a>
|
||||
<dt><strong>Signature:</strong>
|
||||
<dd><em>hid_t</em> <code>H5Tget_member_value</code>(<em>hid_t</em> <code>type</code>
|
||||
<dd><em>herr_t</em> <code>H5Tget_member_value</code>(<em>hid_t</em> <code>type</code>
|
||||
<em>unsigned</em> <code>memb_no</code>,
|
||||
<em>void</em> *<code>value</code>
|
||||
)
|
||||
@ -3977,7 +3977,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: 7 April 2005");
|
||||
document.writeln("Last modified: 27 April 2005");
|
||||
-->
|
||||
</SCRIPT>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user