spectrum_t Derived Type

type, public :: spectrum_t

Spectrum_t type. Used as a container type


Components

Type Visibility Attributes Name Initial
class(piecewise), public, pointer :: p => null()

Source Code

    type :: spectrum_t
        class(piecewise), pointer :: p => null()
    end type spectrum_t