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_varop~2 append_ga_varop interface~append~34->proc~append_ga_varop~2 proc~append_ga_varop_vec~2 append_ga_varop_vec interface~append~34->proc~append_ga_varop_vec~2 interface~expand~33 expand proc~append_ga_varop~2->interface~expand~33 proc~append_ga_varop_vec~2->interface~expand~33 proc~expand_ga_varop~2 expand_ga_varop interface~expand~33->proc~expand_ga_varop~2

Contents


Module Procedures

public subroutine append_ga_varop(me, val, length)

Arguments

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

optional length to expand the array

public subroutine append_ga_varop_vec(me, val, length)

Arguments

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

optional length to expand the array