From 930582f31a6420ae1e3c6e2d0c89f646aeeaf7e6 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Thu, 26 Aug 2004 15:42:13 -0500 Subject: [svn-r9164] Purpose: H5Pset_fapl_multi -- syntax has changed in (one parameter datatype) Platforms tested: Mozilla --- doc/html/RM_H5P.html | 4 ++-- 1 file 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 hid_t fapl_id, const H5FD_mem_t *memb_map, const hid_t *memb_fapl, - const char **memb_name, + const char * const *memb_name, const haddr_t *memb_addr, hbool_t relax ) @@ -7292,7 +7292,7 @@ END SUBROUTINE h5pset_fapl_mpiposix_f const hid_t *memb_fapl IN: Property list for each memory usage type. - const char **memb_name + const char * const *memb_name IN: Name generator for names of member files. const haddr_t *memb_addr -- cgit v0.12