diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-04 16:48:07 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2008-05-04 16:48:07 (GMT) |
commit | f6069ad57e7ddf4b97e4c40e16d1b09464cf62a5 (patch) | |
tree | 8772b27441a53c0c19a819da1226a3e65638cba7 /fortran/src/H5_ff.f90 | |
parent | 31b3c349083232358eb5b0ae4c0ee7c1f1dae4af (diff) | |
download | hdf5-f6069ad57e7ddf4b97e4c40e16d1b09464cf62a5.zip hdf5-f6069ad57e7ddf4b97e4c40e16d1b09464cf62a5.tar.gz hdf5-f6069ad57e7ddf4b97e4c40e16d1b09464cf62a5.tar.bz2 |
[svn-r14928] Maintenance: Cleaned up the code to make it compile on smirom with the g95 compiler
Platforms tested: kagiso with PGI compilers, linew, smirom with GCC and g95 compilers;
some tests and function calls are commented out with !EP string; we will be
working on it.
Diffstat (limited to 'fortran/src/H5_ff.f90')
-rw-r--r-- | fortran/src/H5_ff.f90 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fortran/src/H5_ff.f90 b/fortran/src/H5_ff.f90 index 899ce00..53bc113 100644 --- a/fortran/src/H5_ff.f90 +++ b/fortran/src/H5_ff.f90 @@ -86,6 +86,7 @@ CONTAINS i_H5L_flags, & i_H5O_flags, & i_H5P_flags, & + i_H5P_flags_int, & i_H5R_flags, & i_H5S_flags, & i_H5T_flags, & @@ -101,6 +102,7 @@ CONTAINS INTEGER i_H5L_flags(H5L_FLAGS_LEN) INTEGER i_H5O_flags(H5O_FLAGS_LEN) INTEGER(HID_T) i_H5P_flags(H5P_FLAGS_LEN) + INTEGER i_H5P_flags_int(H5P_FLAGS_INT_LEN) INTEGER i_H5R_flags(H5R_FLAGS_LEN) INTEGER i_H5S_flags(H5S_FLAGS_LEN) INTEGER i_H5T_flags(H5T_FLAGS_LEN) @@ -131,6 +133,7 @@ CONTAINS H5L_flags, & H5O_flags, & H5P_flags, & + H5P_flags_int, & H5R_flags, & H5S_flags, & H5T_flags, & |