Defines the channels that intersect a cell
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | nchan | = | 0 | Number of channels that intersect |
|
type(LOSElement), | public, | dimension(:), allocatable | :: | los_elem | Array of crossing |
type LOSInters
!+ Defines the channels that intersect a cell
integer :: nchan = 0
!+ Number of channels that intersect
type(LOSElement), dimension(:), allocatable :: los_elem
!+ Array of crossing
end type LOSInters