diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-08-26 20:42:13 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-08-26 20:42:13 (GMT) |
commit | 930582f31a6420ae1e3c6e2d0c89f646aeeaf7e6 (patch) | |
tree | ec5427d31d159a59e5a2de1b039828a6630b0bb7 | |
parent | 226950b61631d6fba1e2069571310f47a7dcd8aa (diff) | |
download | hdf5-930582f31a6420ae1e3c6e2d0c89f646aeeaf7e6.zip hdf5-930582f31a6420ae1e3c6e2d0c89f646aeeaf7e6.tar.gz hdf5-930582f31a6420ae1e3c6e2d0c89f646aeeaf7e6.tar.bz2 |
[svn-r9164]
Purpose:
H5Pset_fapl_multi -- syntax has changed in (one parameter datatype)
Platforms tested:
Mozilla
-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> |