hdf_get_shape Module Procedure

module procedure hdf_get_shape module subroutine hdf_get_shape(self, dname, dims, ierr)

must get dims before info, as "dims" must be allocated or segfault occurs.

Arguments

Type IntentOptional AttributesName
class(hdf5_file), intent(in) :: self
character(len=*), intent(in) :: dname
integer(kind=HSIZE_T), intent(out), allocatable:: dims(:)
integer, intent(out), optional :: ierr

Calls

proc~~hdf_get_shape~~CallsGraph proc~hdf_get_shape hdf_get_shape h5ltget_dataset_info_f h5ltget_dataset_info_f proc~hdf_get_shape->h5ltget_dataset_info_f h5ltget_dataset_ndims_f h5ltget_dataset_ndims_f proc~hdf_get_shape->h5ltget_dataset_ndims_f

Called by

proc~~hdf_get_shape~~CalledByGraph proc~hdf_get_shape hdf_get_shape interface~hdf_get_shape hdf_get_shape interface~hdf_get_shape->proc~hdf_get_shape

Contents

None