append Interface

public interface append

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

Calls

interface~~append~38~~CallsGraph interface~append~38 append proc~append_ga_line append_ga_line interface~append~38->proc~append_ga_line proc~append_ga_line_vec append_ga_line_vec interface~append~38->proc~append_ga_line_vec interface~expand~32 expand proc~append_ga_line->interface~expand~32 proc~append_ga_line_vec->interface~expand~32 proc~expand_ga_line expand_ga_line interface~expand~32->proc~expand_ga_line

Module Procedures

private subroutine append_ga_line(me, val, length)

Arguments

Type IntentOptional Attributes Name
type(grw_linearray_type) :: me
type(tem_line_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_line_vec(me, val, length)

Arguments

Type IntentOptional Attributes Name
type(grw_linearray_type) :: me
type(tem_line_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array