constituent_t Derived Type

type, public :: constituent_t


Inherited by

type~~constituent_t~~InheritedByGraph type~constituent_t constituent_t type~strand_t strand_t type~strand_t->type~constituent_t ct

Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: type
real(kind=dp), public :: area

Source Code

    type constituent_t
        character(:), allocatable ::  type
        real(dp) :: area
    end type constituent_t