append Interface

public interface append

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

Calls

interface~~append~8~~CallsGraph interface~append~8 append proc~append_ga_box_vec append_ga_box_vec interface~append~8->proc~append_ga_box_vec proc~append_ga_box append_ga_box interface~append~8->proc~append_ga_box interface~expand~8 expand proc~append_ga_box_vec->interface~expand~8 proc~append_ga_box->interface~expand~8 proc~expand_ga_box expand_ga_box interface~expand~8->proc~expand_ga_box

Contents


Module Procedures

private subroutine append_ga_box(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_boxarray_type) :: me
type(sdr_box_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_box_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_boxarray_type) :: me
type(sdr_box_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array