diff options
Diffstat (limited to 'doc/html/RM_H5P.html')
-rw-r--r-- | doc/html/RM_H5P.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html index 9f6a3d8..dbeeccc 100644 --- a/doc/html/RM_H5P.html +++ b/doc/html/RM_H5P.html @@ -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> |