grw_cylinderarray_type Derived Type

type, public :: grw_cylinderarray_type

growing array type for type(tem_cylinder_type)


Inherits

type~~grw_cylinderarray_type~~InheritsGraph type~grw_cylinderarray_type grw_cylinderarray_type type~tem_cylinder_type tem_cylinder_type type~grw_cylinderarray_type->type~tem_cylinder_type val

Components

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