append Interface

public interface append

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

Calls

interface~~append~30~~CallsGraph interface~append~30 append proc~append_ga_ellipsoid append_ga_ellipsoid interface~append~30->proc~append_ga_ellipsoid proc~append_ga_ellipsoid_vec append_ga_ellipsoid_vec interface~append~30->proc~append_ga_ellipsoid_vec interface~expand~27 expand proc~append_ga_ellipsoid->interface~expand~27 proc~append_ga_ellipsoid_vec->interface~expand~27 proc~expand_ga_ellipsoid expand_ga_ellipsoid interface~expand~27->proc~expand_ga_ellipsoid

Contents


Module Procedures

private subroutine append_ga_ellipsoid(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_ellipsoidarray_type) :: me
type(tem_ellipsoid_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_ellipsoid_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_ellipsoidarray_type) :: me
type(tem_ellipsoid_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array