Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | SurfNum | = | 0 | ||
integer, | public | :: | NumOfIntWindows | = | 0 | ||
integer, | public, | ALLOCATABLE, DIMENSION(:) | :: | IntWinNum |
TYPE IntWinAdjZoneExtWinStruct ! nested structure for ZoneDaylight
INTEGER :: SurfNum =0 ! exterior window index
INTEGER :: NumOfIntWindows=0 ! count of interior windows associated with this ext win
INTEGER, ALLOCATABLE, DIMENSION(:) :: IntWinNum ! index numbers for interior windows assoc with this ext win
END TYPE IntWinAdjZoneExtWinStruct