dcell_type Derived Type

type, private :: dcell_type

FIXME : Add documentation


Contents

Source Code


Components

Type Visibility Attributes Name Initial
complex, public, dimension(:), allocatable :: supercell

Source Code

  type dcell_type
     complex, dimension(:), allocatable :: supercell
  end type dcell_type