summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5_ff.f90
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-08 18:36:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-08 18:36:39 (GMT)
commit870d4cdacca5b0f194efe779f4d337e69dae128e (patch)
tree401b69c2bc2ee5bb832a108df5a44948d75b8234 /fortran/src/H5_ff.f90
parent8637025011bd37412fee7b93381a50d84cb1e768 (diff)
downloadhdf5-870d4cdacca5b0f194efe779f4d337e69dae128e.zip
hdf5-870d4cdacca5b0f194efe779f4d337e69dae128e.tar.gz
hdf5-870d4cdacca5b0f194efe779f4d337e69dae128e.tar.bz2
[svn-r7295] Purpose:
Code cleanup Description: Removed unused and out of date H5E flags Platforms tested: h5committested
Diffstat (limited to 'fortran/src/H5_ff.f90')
-rw-r--r--fortran/src/H5_ff.f903
1 files changed, 0 insertions, 3 deletions
diff --git a/fortran/src/H5_ff.f90 b/fortran/src/H5_ff.f90
index 2bdf83b..02d2f25 100644
--- a/fortran/src/H5_ff.f90
+++ b/fortran/src/H5_ff.f90
@@ -77,7 +77,6 @@
END INTERFACE
INTERFACE
INTEGER FUNCTION h5init_flags_c(i_H5D_flags, &
- i_H5E_flags, &
i_H5F_flags, &
i_H5FD_flags, &
i_H5G_flags, &
@@ -92,7 +91,6 @@
INTEGER i_H5G_flags(H5G_FLAGS_LEN)
INTEGER i_H5D_flags(H5D_FLAGS_LEN)
INTEGER i_H5FD_flags(H5FD_FLAGS_LEN)
- INTEGER i_H5E_flags(H5E_FLAGS_LEN)
INTEGER i_H5I_flags(H5I_FLAGS_LEN)
INTEGER i_H5P_flags(H5P_FLAGS_LEN)
INTEGER i_H5R_flags(H5R_FLAGS_LEN)
@@ -116,7 +114,6 @@
error_0 = h5open_c()
error_1 = h5init_types_c(predef_types, floating_types, integer_types)
error_2 = h5init_flags_c(H5D_flags, &
- H5E_flags, &
H5F_flags, &
H5FD_flags, &
H5G_flags, &