grw_spherearray_type Derived Type

type, public :: grw_spherearray_type

growing array type for type(tem_sphere_type)


Inherits

type~~grw_spherearray_type~~InheritsGraph type~grw_spherearray_type grw_spherearray_type type~tem_sphere_type tem_sphere_type type~grw_spherearray_type->type~tem_sphere_type val

Components

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