append Interface

public interface append

append a value to the dynamic array and return its position.

Calls

interface~~append~19~~CallsGraph interface~append~19 append proc~append_ga_char append_ga_char interface~append~19->proc~append_ga_char proc~append_ga_char_vec append_ga_char_vec interface~append~19->proc~append_ga_char_vec interface~expand~22 expand proc~append_ga_char->interface~expand~22 proc~append_ga_char_vec->interface~expand~22 proc~expand_ga2d_real expand_ga2d_real interface~expand~22->proc~expand_ga2d_real

Module Procedures

public subroutine append_ga_char(me, val, length)

Arguments

Type IntentOptional Attributes Name
type(grw_chararray_type) :: me
character(len=1), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

public subroutine append_ga_char_vec(me, val, length)

Arguments

Type IntentOptional Attributes Name
type(grw_chararray_type) :: me
character(len=1), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array