init Interface

public interface init

initialize the dynamic array

Calls

interface~~init~13~~CallsGraph interface~init~13 init proc~init_ga2d_long init_ga2d_long interface~init~13->proc~init_ga2d_long

Contents


Module Procedures

public subroutine init_ga2d_long(me, width, length)

Arguments

TypeIntentOptionalAttributesName
type(grw_long2darray_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