tracking_type Derived Type

type :: tracking_type


Inherits

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

Contents

Source Code


Components

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

Source Code

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