summaryrefslogtreecommitdiffstats
path: root/fortran/test
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2011-10-14 21:55:33 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2011-10-14 21:55:33 (GMT)
commitf4fb04d6b3db29fa6df965c3eba24c9baecd1d9c (patch)
tree5ae23ed214748ce1cea37dad7b1b2f60452d6513 /fortran/test
parentc43f28230df5f8cedb4f22a04cabeca898de7ac4 (diff)
downloadhdf5-f4fb04d6b3db29fa6df965c3eba24c9baecd1d9c.zip
hdf5-f4fb04d6b3db29fa6df965c3eba24c9baecd1d9c.tar.gz
hdf5-f4fb04d6b3db29fa6df965c3eba24c9baecd1d9c.tar.bz2
[svn-r21585] Description: Fixed robodoc headers (functions and derived types), updated the definition of derived types from the original F2003 merge.
Tested: jam (intel, gnu, pgi)
Diffstat (limited to 'fortran/test')
-rw-r--r--fortran/test/tH5L_F03.f9013
1 files changed, 0 insertions, 13 deletions
diff --git a/fortran/test/tH5L_F03.f90 b/fortran/test/tH5L_F03.f90
index 616734d..f71f450 100644
--- a/fortran/test/tH5L_F03.f90
+++ b/fortran/test/tH5L_F03.f90
@@ -51,19 +51,6 @@ MODULE liter_cb_mod
INTEGER(c_int) :: command ! The TYPE of RETURN value
END TYPE iter_info
- TYPE, bind(c) :: union_t
- INTEGER(haddr_t) :: address
- INTEGER(size_t) :: val_size
- END TYPE union_t
-
- TYPE, bind(c) :: H5L_info_t
- INTEGER(c_int) :: TYPE ! H5L_type_t type
-! LOGICAL(c_bool) :: corder_valid ! hbool_t corder_valid
- INTEGER(c_int64_t) :: corder ! int64_t corder;
- INTEGER(c_int) :: cset ! H5T_cset_t cset;
- TYPE(union_t) :: u
- END TYPE H5L_info_t
-
CONTAINS
!***************************************************************