Skip to content

Commit

Permalink
removed duplicate H5_ih_info_t
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Oct 20, 2023
1 parent 0d7edb1 commit ab7b154
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 0 additions & 6 deletions fortran/src/H5Fff.F90
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ END FUNCTION h5fis_accessible
INTEGER(HSIZE_T) :: tot_space !< Amount of free space in the file
END TYPE H5F_info_free_t

!> @brief H5_ih_info_t derived type.
TYPE, BIND(C) :: H5_ih_info_t
INTEGER(HSIZE_T) :: index_size !< btree and/or list
INTEGER(HSIZE_T) :: heap_size !< Heap size
END TYPE H5_ih_info_t

!> @brief H5F_info_t_sohm derived type.
TYPE, BIND(C) :: H5F_info_sohm_t
INTEGER(C_INT) :: version !< Version # of shared object header info
Expand Down
6 changes: 0 additions & 6 deletions fortran/src/H5Off.F90
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ MODULE H5O
TYPE(mesg_t) :: mesg
END TYPE c_hdr_t

!> @brief Extra metadata storage for obj & attributes
TYPE, BIND(C) :: H5_ih_info_t
INTEGER(hsize_t) :: index_size !< btree and/or list
INTEGER(hsize_t) :: heap_size !< heap
END TYPE H5_ih_info_t

!> @brief meta_size_t derived type
TYPE, BIND(C) :: meta_size_t
TYPE(H5_ih_info_t) :: obj !< v1/v2 B-tree & local/fractal heap for groups, B-tree for chunked datasets
Expand Down
6 changes: 6 additions & 0 deletions fortran/src/H5f90global.F90
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ MODULE H5GLOBAL

IMPLICIT NONE

!> @brief H5_ih_info_t derived type.
TYPE, BIND(C) :: H5_ih_info_t
INTEGER(HSIZE_T) :: index_size !< btree and/or list
INTEGER(HSIZE_T) :: heap_size !< Heap size
END TYPE H5_ih_info_t

!> \addtogroup FH5
!> @{
! Parameters used in the function 'h5kind_to_type' located in H5_ff.F90.
Expand Down

0 comments on commit ab7b154

Please sign in to comment.