append Interface

public interface append

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

Calls

interface~~append~34~~CallsGraph interface~append~34 append proc~append_ga_point append_ga_point interface~append~34->proc~append_ga_point proc~append_ga_point_vec append_ga_point_vec interface~append~34->proc~append_ga_point_vec interface~expand~31 expand proc~append_ga_point->interface~expand~31 proc~append_ga_point_vec->interface~expand~31 proc~expand_ga_point expand_ga_point interface~expand~31->proc~expand_ga_point

Contents


Module Procedures

private subroutine append_ga_point(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_pointarray_type) :: me
type(tem_point_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_point_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_pointarray_type) :: me
type(tem_point_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array