| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | public | :: | loc_min(2) |
min/max of x and y |
|||
| real(kind=rk), | public | :: | loc_max(2) |
min/max of x and y |
type stat_type
real(rk) :: loc_min(2), loc_max(2) !! min/max of x and y
contains
procedure :: update
end type stat_type