summaryrefslogtreecommitdiffstats
path: root/fortran/test
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-26 15:01:56 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-01-26 15:01:56 (GMT)
commit8f9f48c8a2bc89407b3276392e31399cd5ed21fa (patch)
tree191c6fe00535920b1255defaccd001bfe3ab0899 /fortran/test
parent2b43f9d3af44eff5ca538b7dab9435ecd1831a24 (diff)
downloadhdf5-8f9f48c8a2bc89407b3276392e31399cd5ed21fa.zip
hdf5-8f9f48c8a2bc89407b3276392e31399cd5ed21fa.tar.gz
hdf5-8f9f48c8a2bc89407b3276392e31399cd5ed21fa.tar.bz2
[svn-r26030] Merged changes from the trunk into the branch:
svn merge -r25629:26029 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran Tested: jam (--enable-fortran2003)
Diffstat (limited to 'fortran/test')
-rw-r--r--fortran/test/tH5P.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5P.f90 b/fortran/test/tH5P.f90
index c94d564..8b48be6 100644
--- a/fortran/test/tH5P.f90
+++ b/fortran/test/tH5P.f90
@@ -306,7 +306,7 @@ SUBROUTINE multi_file_test(cleanup, total_error)
!
CALL h5pcreate_f(H5P_FILE_ACCESS_F, fapl, error)
CALL check("h5pcreate_f", error, total_error)
- CALL h5pset_fapl_multi_f(fapl, relax, error)
+ CALL h5pset_fapl_multi_f(fapl, memb_map, memb_fapl, memb_name, memb_addr, relax, error)
CALL check("h5pset_fapl_multi_f", error, total_error)
CALL h5fopen_f (fix_filename, H5F_ACC_RDWR_F, file_id, error, access_prp = fapl)
CALL check("h5fopen_f", error, total_error)