[svn-r9164]

Purpose:
    H5Pset_fapl_multi -- syntax has changed in (one parameter datatype)
Platforms tested:
    Mozilla
This commit is contained in:
Frank Baker 2004-08-26 15:42:13 -05:00
parent 226950b616
commit 930582f31a

View File

@ -7202,7 +7202,7 @@ END SUBROUTINE h5pset_fapl_mpiposix_f
<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>,
<em>const char **</em><code>memb_name</code>,
<em>const char * const *</em><code>memb_name</code>,
<em>const haddr_t *</em><code>memb_addr</code>,
<em>hbool_t</em> <code>relax</code>
)
@ -7292,7 +7292,7 @@ END SUBROUTINE h5pset_fapl_mpiposix_f
<td valign="top"><em>const hid_t *</em><code>memb_fapl</code></td>
<td valign="top">IN: Property list for each memory usage type.</td></tr>
<tr>
<td valign="top"><em>const char **</em><code>memb_name</code></td>
<td valign="top"><em>const char * const *</em><code>memb_name</code></td>
<td valign="top">IN: Name generator for names of member files.</td></tr>
<tr>
<td valign="top"><em>const haddr_t *</em><code>memb_addr</code></td>