hdf_get_ndims Module Procedure

module procedure hdf_get_ndims module function hdf_get_ndims(self, dname) result(drank)

get rank or "ndims"

Arguments

Type IntentOptional AttributesName
class(hdf5_file), intent(in) :: self
character(len=*), intent(in) :: dname

Return Value integer


Calls

proc~~hdf_get_ndims~~CallsGraph proc~hdf_get_ndims hdf_get_ndims h5ltget_dataset_ndims_f h5ltget_dataset_ndims_f proc~hdf_get_ndims->h5ltget_dataset_ndims_f

Called by

proc~~hdf_get_ndims~~CalledByGraph proc~hdf_get_ndims hdf_get_ndims interface~hdf_get_ndims hdf_get_ndims interface~hdf_get_ndims->proc~hdf_get_ndims

Contents

None