ReflectionCoef Derived Type

type, public :: ReflectionCoef


Components

Type Visibility Attributes Name Initial
real(kind=8), public :: theta
real(kind=8), public :: R
real(kind=8), public :: phi

Source Code

  TYPE ReflectionCoef
      REAL(KIND=8) :: theta, R, phi
  END TYPE ReflectionCoef