$ private
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | notRequired | = | .false. | ||
logical, | public | :: | used | = | .false. | ||
type(VarConnPoint), | public | :: | FROM | ||||
type(VarConnPoint), | public | :: | TO |
type VarConnType !!$ private type (VarConnPoint) :: FROM type (VarConnPoint) :: TO logical :: used = .false. logical :: notRequired = .false. end type VarConnType