placeat Interface

public interface placeat

Calls

interface~~placeat~25~~CallsGraph interface~placeat~25 placeat proc~placeat_singlega2d_logical placeat_singlega2d_logical interface~placeat~25->proc~placeat_singlega2d_logical proc~placeat_arrayga2d_logical placeat_arrayga2d_logical interface~placeat~25->proc~placeat_arrayga2d_logical interface~expand~14 expand proc~placeat_singlega2d_logical->interface~expand~14 proc~placeat_arrayga2d_logical->interface~expand~14 proc~expand_ga2d_real expand_ga2d_real interface~expand~14->proc~expand_ga2d_real

Contents


Module Procedures

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

append a single value to the growing 2d array.

Arguments

TypeIntentOptionalAttributesName
type(grw_logical2darray_type) :: me

array to append the value to

logical, 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

public subroutine placeat_arrayga2d_logical(me, val, pos2, length)

append an array of values to the growing 2d array.

Arguments

TypeIntentOptionalAttributesName
type(grw_logical2darray_type) :: me

array to append the value to

logical, intent(in) :: val(:)

array of values to append

integer, intent(in) :: pos2

position in second dimension (can grow)

integer, intent(in), optional :: length

optional length to expand the array