mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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:
parent
a757ea73f5
commit
3be11d46c5
@ -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
|
||||
|
||||
!***************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user