append_ga_char Subroutine

public subroutine append_ga_char(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_chararray_type) :: me
character, intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array


Calls

proc~~append_ga_char~~CallsGraph proc~append_ga_char append_ga_char interface~expand~14 expand proc~append_ga_char->interface~expand~14 proc~expand_ga2d_real expand_ga2d_real interface~expand~14->proc~expand_ga2d_real

Called by

proc~~append_ga_char~~CalledByGraph proc~append_ga_char append_ga_char interface~append~11 append interface~append~11->proc~append_ga_char

Contents

None