Extents of a region
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | hi(3) | = | -1 |
High bound |
|
| integer, | public | :: | lo(3) | = | -1 |
Low bound |
type :: extent_obj !> Extents of a region integer :: lo(3) = -1 !! Low bound integer :: hi(3) = -1 !! High bound end type extent_obj