append Interface

public interface append

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

Calls

interface~~append~41~~CallsGraph interface~append~41 append proc~append_ga_line~2 append_ga_line interface~append~41->proc~append_ga_line~2 proc~append_ga_line_vec~2 append_ga_line_vec interface~append~41->proc~append_ga_line_vec~2 interface~expand~40 expand proc~append_ga_line~2->interface~expand~40 proc~append_ga_line_vec~2->interface~expand~40 proc~expand_ga_line~2 expand_ga_line interface~expand~40->proc~expand_ga_line~2

Contents


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