DBG_cfg_t Derived Type

type, public :: DBG_cfg_t


Components

Type Visibility Attributes Name Initial
real(kind=dp), public :: NuL
real(kind=dp), public :: a
real(kind=dp), public :: b
real(kind=dp), public :: c
real(kind=dp), public :: d

Source Code

  type DBG_cfg_t  
     real(dp) :: NuL, a, b, c, d
  end type DBG_cfg_t