functional_group Derived Type

type, public :: functional_group

Group different spellings/names of functionals


Components

Type Visibility Attributes Name Initial
character(len=:), public, allocatable :: names(:)

Source Code

   type functional_group
      character(len=:), allocatable :: names(:)
   end type functional_group