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

Contents


Components

TypeVisibilityAttributesNameInitial
integer, private :: nvals =0
integer, private :: containersize =0
type(tem_cylinder_type), private, allocatable:: val(:)