append Interface

public interface append

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

Calls

interface~~append~6~~CallsGraph interface~append~6 append proc~append_ga_distancerefine append_ga_distancerefine interface~append~6->proc~append_ga_distancerefine proc~append_ga_distancerefine_vec append_ga_distancerefine_vec interface~append~6->proc~append_ga_distancerefine_vec interface~expand~7 expand proc~append_ga_distancerefine->interface~expand~7 proc~append_ga_distancerefine_vec->interface~expand~7 proc~expand_da_attribute expand_da_attribute interface~expand~7->proc~expand_da_attribute

Contents


Module Procedures

private subroutine append_ga_distancerefine(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_distancerefinearray_type) :: me
type(sdr_distanceRefine_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_distancerefine_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_distancerefinearray_type) :: me
type(sdr_distanceRefine_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array