attr_shape_check Subroutine

subroutine attr_shape_check(self, dname, attr, asize, ierr)

check for matching rank, else bad reads can occur--doesn't always crash without this check check for matching size, else bad reads can occur.

Arguments

Type IntentOptional AttributesName
class(hdf5_file), intent(in) :: self
character(len=*), intent(in) :: dname
character(len=*), intent(in) :: attr
integer, intent(in) :: asize
integer, intent(out) :: ierr

Calls

proc~~attr_shape_check~~CallsGraph proc~attr_shape_check attr_shape_check proc~check check proc~attr_shape_check->proc~check h5ltget_attribute_ndims_f h5ltget_attribute_ndims_f proc~attr_shape_check->h5ltget_attribute_ndims_f h5ltget_attribute_info_f h5ltget_attribute_info_f proc~attr_shape_check->h5ltget_attribute_info_f

Contents

None