grw_distancerefinearray_type Derived Type

type, private :: grw_distancerefinearray_type

growing array type for type(sdr_distancerefine_type)


Inherits

type~~grw_distancerefinearray_type~~InheritsGraph type~grw_distancerefinearray_type grw_distancerefinearray_type type~sdr_distancerefine_type sdr_distanceRefine_type type~grw_distancerefinearray_type->type~sdr_distancerefine_type val

Inherited by

type~~grw_distancerefinearray_type~~InheritedByGraph type~grw_distancerefinearray_type grw_distancerefinearray_type type~sdr_attrlist_type sdr_attrList_type type~sdr_attrlist_type->type~grw_distancerefinearray_type distRefine type~sdr_geometry_type sdr_geometry_type type~sdr_geometry_type->type~sdr_attrlist_type attribute

Contents


Components

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