tracking_type Derived Type

type :: tracking_type


Inherits

type~~tracking_type~2~~InheritsGraph type~tracking_type~2 tracking_type type~grw_intarray_type grw_intarray_type type~tracking_type~2->type~grw_intarray_type varPos

Contents

Source Code


Components

TypeVisibility AttributesNameInitial
type(grw_intarray_type), public :: varPos
integer, public :: nRequestedVars
character(len=labelLen), public, allocatable:: variable(:)

Source Code

  type tracking_type
    type(grw_intArray_type) :: varPos
    integer :: nRequestedVars
    character(len=labelLen), allocatable :: variable(:)
  end type tracking_type