TEB_NP_t Derived Type

type, public :: TEB_NP_t


Contents

Source Code


Components

TypeVisibility AttributesNameInitial
type(TEB_t), public, POINTER:: AL(:)=> NULL()

Source Code

TYPE TEB_NP_t
  !
  TYPE(TEB_t), POINTER :: AL(:) => NULL()
  !
END TYPE TEB_NP_t