[svn-r9176]
Purpose:
Corrected function name in "Functions with Changed Syntax"
H5FDset_fapl_multi --> H5Pset_fapl_multi
Platforms tested:
Mozilla
This commit is contained in:
@@ -232,10 +232,10 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3.
|
||||
<p>
|
||||
<dl>
|
||||
<dt>C functions:
|
||||
<dt><code>H5FDset_fapl_multi</code>
|
||||
<dt><code>H5Pset_fapl_multi</code>
|
||||
<dd>The prototype for this function was changed from:
|
||||
<ul>
|
||||
<li><em>herr_t</em> <code>H5FDset_fapl_multi</code>
|
||||
<li><em>herr_t</em> <code>H5Pset_fapl_multi</code>
|
||||
(<em>hid_t</em> <code>fapl_id</code>,
|
||||
<em>const H5FD_mem_t *</em> <code>memb_map</code>,
|
||||
<em>const hid_t *</em> <code>memb_fapl</code>,
|
||||
@@ -247,7 +247,7 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3.
|
||||
to:
|
||||
|
||||
<ul>
|
||||
<li><em>herr_t</em> <code>H5FDset_fapl_multi</code>
|
||||
<li><em>herr_t</em> <code>H5Pset_fapl_multi</code>
|
||||
(<em>hid_t</em> <code>fapl_id</code>,
|
||||
<em>const H5FD_mem_t *</em> <code>memb_map</code>,
|
||||
<em>const hid_t *</em> <code>memb_fapl</code>,
|
||||
@@ -1657,7 +1657,7 @@ V1.4.0
|
||||
Describes HDF5 Release 1.6.2, February 2004
|
||||
</address><!-- #EndLibraryItem --><!-- Created: Spring 1999 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: 26 August 2004
|
||||
Last modified: 27 August 2004
|
||||
<!-- hhmts end -->
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user