append Interface

public interface append

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

Calls

interface~~append~29~~CallsGraph interface~append~29 append proc~append_ga_cylinder_vec append_ga_cylinder_vec interface~append~29->proc~append_ga_cylinder_vec proc~append_ga_cylinder append_ga_cylinder interface~append~29->proc~append_ga_cylinder interface~expand~26 expand proc~append_ga_cylinder_vec->interface~expand~26 proc~append_ga_cylinder->interface~expand~26 proc~expand_ga_cylinder expand_ga_cylinder interface~expand~26->proc~expand_ga_cylinder

Contents


Module Procedures

private subroutine append_ga_cylinder(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_cylinderarray_type) :: me
type(tem_cylinder_type), intent(in) :: val
integer, intent(in), optional :: length

optional length to expand the array

private subroutine append_ga_cylinder_vec(me, val, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_cylinderarray_type) :: me
type(tem_cylinder_type), intent(in) :: val(:)
integer, intent(in), optional :: length

optional length to expand the array