append Interface

public interface append

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

Calls

interface~~append~2~~CallsGraph interface~append~2 append proc~append_ga_periplane_vec append_ga_periplane_vec interface~append~2->proc~append_ga_periplane_vec proc~append_ga_periplane append_ga_periplane interface~append~2->proc~append_ga_periplane interface~expand~2 expand proc~append_ga_periplane_vec->interface~expand~2 proc~append_ga_periplane->interface~expand~2 proc~expand_ga_periplane expand_ga_periplane interface~expand~2->proc~expand_ga_periplane

Contents


Module Procedures

private subroutine append_ga_periplane(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_periplanearray_type) :: me
type(sdr_PeriodicPlane_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_periplane_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_periplanearray_type) :: me
type(sdr_PeriodicPlane_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array