grw_long2darray_type Derived Type

type, public :: grw_long2darray_type


Components

Type Visibility Attributes Name Initial
integer, public :: nvals = 0
integer, public :: containersize = 0
integer, public :: containerwidth = 0
integer(kind=long_k), public, allocatable :: val(:,:)