grw_long2darray_type Derived Type

type, public :: grw_long2darray_type


Contents


Components

TypeVisibilityAttributesNameInitial
integer, public :: nvals =0
integer, public :: containersize =0
integer, public :: containerwidth =0
integer(kind=long_k), public, allocatable:: val(:,:)