init Interface

public interface init

initialize the dynamic array

Calls

interface~~init~20~~CallsGraph interface~init~20 init proc~init_ga2d_char init_ga2d_char interface~init~20->proc~init_ga2d_char

Module Procedures

public subroutine init_ga2d_char(me, width, length)

Arguments

Type IntentOptional Attributes Name
type(grw_char2darray_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