[svn-r21584] Removed H5L_info_t definition from test source, it's defined in the hdf5 library.

tested: jam (intel)
This commit is contained in:
Scot Breitenfeld 2011-10-14 16:13:57 -05:00
parent a757ea73f5
commit 3be11d46c5

View File

@ -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
!***************************************************************