| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public, | dimension(:), allocatable | :: | connections |
the ones connected to this one |
type :: node_t !character(len=3) :: name = '' integer,dimension(:),allocatable :: connections !! the ones connected to this one end type node_t