dect_array Derived Type

type, public :: dect_array

Detector array


Components

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

Source Code

    type :: dect_array
        class(detector), pointer :: p => null()
    end type dect_array