node_t Derived Type

type :: node_t


Components

Type Visibility Attributes Name Initial
integer, public, dimension(:), allocatable :: connections

the ones connected to this one


Source Code

type :: node_t
    !character(len=3) :: name = ''
    integer,dimension(:),allocatable :: connections !! the ones connected to this one
end type node_t