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_sphere append_ga_sphere interface~append~30->proc~append_ga_sphere proc~append_ga_sphere_vec append_ga_sphere_vec interface~append~30->proc~append_ga_sphere_vec interface~expand~28 expand proc~append_ga_sphere->interface~expand~28 proc~append_ga_sphere_vec->interface~expand~28 proc~expand_ga_sphere expand_ga_sphere interface~expand~28->proc~expand_ga_sphere

Module Procedures

private subroutine append_ga_sphere(me, val, length)

Arguments

Type IntentOptional Attributes Name
type(grw_spherearray_type) :: me
type(tem_sphere_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_sphere_vec(me, val, length)

Arguments

Type IntentOptional Attributes Name
type(grw_spherearray_type) :: me
type(tem_sphere_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array