Treelm
TreElm Overview
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
grw_logical2darray_type
Derived Type
6 statements
Source File
tem_grow_array.f90
tem_grow_array_module
grw_logical2darray_type
Contents
Variables
nvals
containersize
containerwidth
val
type, public :: grw_logical2darray_type
Components
Type
Visibility
Attributes
Name
Initial
integer,
public
::
nvals
=
0
integer,
public
::
containersize
=
0
integer,
public
::
containerwidth
=
0
logical,
public,
allocatable
::
val
(:,:)