diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-12-04 21:38:38 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-12-04 21:38:38 (GMT) |
commit | fc089499ad407364bcefaa72ed06f7b4d579a387 (patch) | |
tree | 6cbbf14348765e80f426463c07296d02c4177c49 | |
parent | 6d658a946cc71994fc239b16ccc645b5e728998f (diff) | |
download | hdf5-fc089499ad407364bcefaa72ed06f7b4d579a387.zip hdf5-fc089499ad407364bcefaa72ed06f7b4d579a387.tar.gz hdf5-fc089499ad407364bcefaa72ed06f7b4d579a387.tar.bz2 |
added missing parameter
-rw-r--r-- | fortran/src/hdf5_fortrandll.def.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/src/hdf5_fortrandll.def.in b/fortran/src/hdf5_fortrandll.def.in index 585602f..507c991 100644 --- a/fortran/src/hdf5_fortrandll.def.in +++ b/fortran/src/hdf5_fortrandll.def.in @@ -44,6 +44,7 @@ H5GLOBAL_mp_H5T_NATIVE_B32 H5GLOBAL_mp_H5T_NATIVE_B64 H5GLOBAL_mp_H5T_FORTRAN_S1 H5GLOBAL_mp_H5T_C_S1 +H5GLOBAL_mp_H5T_NATIVE_INTEGER_KIND H5GLOBAL_mp_H5T_NATIVE_FLOAT_128 ; ; H5generic flags declaration |