Defines a element of a line of sight and cell intersection
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | id | Line of sight index |
|||
real(kind=Float64), | public | :: | length | Length of crossing |
type LOSElement
!+ Defines a element of a line of sight and cell intersection
integer :: id
!+ Line of sight index
real(Float64) :: length
!+ Length of crossing
end type LOSElement