signedMCRT
main
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
dect_array
Derived Type
3 statements
Source File
detectors.f90
detectors
dect_array
Contents
Variables
p
Source Code
dect_array
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