append Interface

public interface append

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

Calls

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

Contents


Module Procedures

private subroutine append_ga_line(me, val, length)

Arguments

TypeIntentOptionalAttributesName
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

TypeIntentOptionalAttributesName
type(grw_linearray_type) :: me
type(tem_line_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array