DepthFirst_type Derived Type

type, public :: DepthFirst_type


Components

Type Visibility Attributes Name Initial
type(KDtree), public, pointer :: taskTree
type(Event), public, dimension(:,:), allocatable :: taskEvents
logical, public :: active = .false.