append Interface

public interface append

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

Calls

interface~~append~4~~CallsGraph interface~append~4 append proc~append_ga_intersectobjpos append_ga_intersectobjpos interface~append~4->proc~append_ga_intersectobjpos proc~append_ga_intersectobjpos_vec append_ga_intersectobjpos_vec interface~append~4->proc~append_ga_intersectobjpos_vec interface~expand~5 expand proc~append_ga_intersectobjpos->interface~expand~5 proc~append_ga_intersectobjpos_vec->interface~expand~5 proc~expand_ga_grwint expand_ga_grwint interface~expand~5->proc~expand_ga_grwint

Contents


Module Procedures

private subroutine append_ga_intersectobjpos(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_intersectobjposarray_type) :: me
type(sdr_intersectObjPos_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_intersectobjpos_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_intersectobjposarray_type) :: me
type(sdr_intersectObjPos_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array