pipe_cfg_t Derived Type

type, public :: pipe_cfg_t


Components

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

Source Code

  type pipe_cfg_t  
     real(dp) :: a, b, c
  end type pipe_cfg_t