grw_boxarray_type Derived Type

type, public :: grw_boxarray_type

growing array type for type(sdr_box_type)


Inherits

type~~grw_boxarray_type~~InheritsGraph type~grw_boxarray_type grw_boxarray_type type~sdr_box_type sdr_box_type type~grw_boxarray_type->type~sdr_box_type val

Contents


Components

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