| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
| integer, | public | :: | Zone | = | 0 | ||
| real(kind=r64), | public | :: | Z | = | 0.0d0 | ||
| real(kind=r64), | public | :: | Xmin | = | 0.0d0 | ||
| real(kind=r64), | public | :: | Xmax | = | 0.0d0 | ||
| integer, | public | :: | Xnum | = | 0 | ||
| real(kind=r64), | public | :: | Xinc | = | 0.0d0 | ||
| real(kind=r64), | public | :: | Ymin | = | 0.0d0 | ||
| real(kind=r64), | public | :: | Ymax | = | 0.0d0 | ||
| integer, | public | :: | Ynum | = | 0 | ||
| real(kind=r64), | public | :: | Yinc | = | 0.0d0 | ||
| integer, | public | :: | UnitNo | = | 0 | ||
| logical, | public | :: | HeaderXLineLengthNeeded | = | .true. | ||
| integer, | public | :: | HeaderXLineLength | = | 0 |