diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-09-05 03:46:58 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2012-09-05 03:46:58 (GMT) |
commit | 1c9e159ffe6cf85a5c076f747758dc47eb7a111a (patch) | |
tree | 9d6f39eeec727c70644a169980e6d3aa5fa30abb /fortran/src/H5f90proto.h | |
parent | 7740e853f4d39ce7a7a6462a3089aa86abbe5f17 (diff) | |
download | hdf5-1c9e159ffe6cf85a5c076f747758dc47eb7a111a.zip hdf5-1c9e159ffe6cf85a5c076f747758dc47eb7a111a.tar.gz hdf5-1c9e159ffe6cf85a5c076f747758dc47eb7a111a.tar.bz2 |
[svn-r22737] Fix for HDF5 HDFFV-8109 H5S_UNLIMITED_F has a wrong type
Tested: jam (gnu)
Diffstat (limited to 'fortran/src/H5f90proto.h')
-rw-r--r-- | fortran/src/H5f90proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h index a504653..d0a8361 100644 --- a/fortran/src/H5f90proto.h +++ b/fortran/src/H5f90proto.h @@ -1235,7 +1235,7 @@ H5_FCDLL int_f nh5init_flags_c(int_f *h5d_flags, int_f *h5e_flags, hid_t_f *h5e_ int_f *h5fd_flags, hid_t_f *h5fd_hid_flags, int_f *h5g_flags, int_f *h5i_flags, int_f *h5l_flags, int_f *h5o_flags, hid_t_f *h5p_flags, int_f *h5p_flags_int, int_f *h5r_flags, int_f *h5s_flags, - int_f *h5t_flags, int_f *h5z_flags, int_f *h5_generic_flags); + hsize_t_f *h5s_hsize_flags, int_f *h5t_flags, int_f *h5z_flags, int_f *h5_generic_flags); H5_FCDLL int_f nh5init1_flags_c(int_f *h5lib_flags); H5_FCDLL int_f nh5get_libversion_c(int_f *majnum, int_f *minnum, int_f *relnum); H5_FCDLL int_f nh5check_version_c(int_f *majnum, int_f *minnum, int_f *relnum); |