Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxObjectNameLength), | public | :: | Name | = | Blank | ||
integer, | public | :: | NumAlphas | = | 0 | ||
integer, | public | :: | NumNumbers | = | 0 | ||
integer, | public | :: | ObjectDefPtr | = | 0 | ||
character(len=MaxAlphaArgLength), | public, | ALLOCATABLE, DIMENSION(:) | :: | Alphas | |||
logical, | public, | ALLOCATABLE, DIMENSION(:) | :: | AlphBlank | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | Numbers | |||
logical, | public, | ALLOCATABLE, DIMENSION(:) | :: | NumBlank |