append Interface

private interface append

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

Calls

interface~~append~5~~CallsGraph interface~append~5 append proc~append_ga_grwint_vec append_ga_grwint_vec interface~append~5->proc~append_ga_grwint_vec proc~append_ga_grwint append_ga_grwint interface~append~5->proc~append_ga_grwint interface~expand~5 expand proc~append_ga_grwint_vec->interface~expand~5 proc~append_ga_grwint->interface~expand~5 proc~expand_ga_grwint expand_ga_grwint interface~expand~5->proc~expand_ga_grwint

Contents


Module Procedures

private subroutine append_ga_grwint(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_grwintarray_type) :: me
type(grw_intarray_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_grwint_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_grwintarray_type) :: me
type(grw_intarray_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array