From 3be11d46c5803fe65c05cd5c859989406ce25667 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Fri, 14 Oct 2011 16:13:57 -0500 Subject: [svn-r21584] Removed H5L_info_t definition from test source, it's defined in the hdf5 library. tested: jam (intel) --- fortran/test/tH5L_F03.f90 | 13 ------------- 1 file changed, 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 !*************************************************************** -- cgit v0.12