grw_boxarray_type Derived Type

type, public :: grw_boxarray_type

growing array type for type(tem_box_type)


Inherits

type~~grw_boxarray_type~2~~InheritsGraph type~grw_boxarray_type~2 grw_boxarray_type type~tem_box_type~2 tem_box_type type~grw_boxarray_type~2->type~tem_box_type~2 val type~tem_plane_type tem_plane_type type~tem_box_type~2->type~tem_plane_type plane type~tem_triangle_type tem_triangle_type type~tem_plane_type->type~tem_triangle_type triangle

Contents


Components

Type Visibility Attributes Name Initial
integer, public :: nvals = 0
integer, public :: containersize = 0
type(tem_box_type), public, allocatable :: val(:)