append_singlega2d_char Subroutine

public subroutine append_singlega2d_char(me, val, pos1, pos2, length)

append a single value to the growing 2d array.

Arguments

TypeIntentOptionalAttributesName
type(grw_char2darray_type) :: me

array to append the value to

character, intent(in) :: val

value to append

integer, intent(in) :: pos1

position in first dimension (cannot grow)

integer, intent(out), optional :: pos2

the position in second dimension the element were added to

integer, intent(in), optional :: length

optional length to expand the array


Calls

proc~~append_singlega2d_char~~CallsGraph proc~append_singlega2d_char append_singlega2d_char interface~expand~14 expand proc~append_singlega2d_char->interface~expand~14 proc~expand_ga2d_real expand_ga2d_real interface~expand~14->proc~expand_ga2d_real

Called by

proc~~append_singlega2d_char~~CalledByGraph proc~append_singlega2d_char append_singlega2d_char interface~append~12 append interface~append~12->proc~append_singlega2d_char

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, public :: newpos