hdf_check_exist Module Procedure

module procedure hdf_check_exist module function hdf_check_exist(self, dname) result(exists)

h5lexists_f can false error with groups--just use h5ltpath_valid

Arguments

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

Return Value logical


Calls

proc~~hdf_check_exist~~CallsGraph proc~hdf_check_exist hdf_check_exist h5ltpath_valid_f h5ltpath_valid_f proc~hdf_check_exist->h5ltpath_valid_f

Called by

proc~~hdf_check_exist~~CalledByGraph proc~hdf_check_exist hdf_check_exist interface~hdf_check_exist hdf_check_exist interface~hdf_check_exist->proc~hdf_check_exist

Contents

None