placeat_singlega2d_long Subroutine

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

append a single value to the growing 2d array.

Arguments

TypeIntentOptionalAttributesName
type(grw_long2darray_type) :: me

array to append the value to

integer(kind=long_k), intent(in) :: val

value to append

integer, intent(in) :: pos1

position in first dimension (cannot grow)

integer, intent(in) :: pos2

position in second dimension (can grow)

integer, intent(in), optional :: length

optional length to expand the array


Calls

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

Called by

proc~~placeat_singlega2d_long~~CalledByGraph proc~placeat_singlega2d_long placeat_singlega2d_long interface~placeat~26 placeat interface~placeat~26->proc~placeat_singlega2d_long

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, public :: expandlength