writeattr_char Module Procedure

module procedure writeattr_char module subroutine writeattr_char(self, dname, attr, attrval, ierr)

Arguments

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

Calls

proc~~writeattr_char~~CallsGraph proc~writeattr_char writeattr_char proc~check check proc~writeattr_char->proc~check h5ltset_attribute_string_f h5ltset_attribute_string_f proc~writeattr_char->h5ltset_attribute_string_f

Called by

proc~~writeattr_char~~CalledByGraph proc~writeattr_char writeattr_char interface~writeattr_char writeattr_char interface~writeattr_char->proc~writeattr_char

Contents

None