init Interface

public interface init

initialize the dynamic array

Calls

interface~~init~14~~CallsGraph interface~init~14 init proc~init_ga2d_int init_ga2d_int interface~init~14->proc~init_ga2d_int

Contents


Module Procedures

public subroutine init_ga2d_int(me, width, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_int2darray_type), intent(out) :: me

dynamic array to init

integer, intent(in) :: width

width of the container

integer, intent(in), optional :: length

initial length of the container