| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| logical, | public | :: | initialized | = | .false. | ||
| type(ExtDataBracket), | public | :: | comp1 | ||||
| type(ExtDataBracket), | public | :: | comp2 |
type BracketingFields ! fields to store endpoints for interpolation of a vector pair type(ExtDataBracket) :: comp1 type(ExtDataBracket) :: comp2 logical :: initialized = .false. end type BracketingFields