append Interface

public interface append

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

Calls

interface~~append~16~~CallsGraph interface~append~16 append proc~append_ga_dtint2d append_ga_dtint2d interface~append~16->proc~append_ga_dtint2d proc~append_ga_dtint2d_vec append_ga_dtint2d_vec interface~append~16->proc~append_ga_dtint2d_vec interface~expand~22 expand proc~append_ga_dtint2d->interface~expand~22 proc~append_ga_dtint2d_vec->interface~expand~22 proc~expand_ga2d_real expand_ga2d_real interface~expand~22->proc~expand_ga2d_real

Contents


Module Procedures

public subroutine append_ga_dtint2d(me, val, length)

Arguments

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

optional length to expand the array

public subroutine append_ga_dtint2d_vec(me, val, length)

Arguments

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

optional length to expand the array