append Interface

public interface append

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

Calls

interface~~append~~CallsGraph interface~append append proc~append_ga_spacerinterwoven append_ga_spacerinterwoven interface~append->proc~append_ga_spacerinterwoven proc~append_ga_spacerinterwoven_vec append_ga_spacerinterwoven_vec interface~append->proc~append_ga_spacerinterwoven_vec interface~expand expand proc~append_ga_spacerinterwoven->interface~expand proc~append_ga_spacerinterwoven_vec->interface~expand proc~expand_ga_spacerinterwoven expand_ga_spacerinterwoven interface~expand->proc~expand_ga_spacerinterwoven

Contents


Module Procedures

private subroutine append_ga_spacerinterwoven(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_spacerinterwovenarray_type) :: me
type(sdr_spacerInterwoven_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_spacerinterwoven_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_spacerinterwovenarray_type) :: me
type(sdr_spacerInterwoven_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array