mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r9164]
Purpose: H5Pset_fapl_multi -- syntax has changed in (one parameter datatype) Platforms tested: Mozilla
This commit is contained in:
parent
226950b616
commit
930582f31a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user