dis_spheres_type Derived Type

type, public :: dis_spheres_type


Inherited by

type~~dis_spheres_type~~InheritedByGraph type~dis_spheres_type dis_spheres_type type~lib_common_type lib_common_type type~lib_common_type->type~dis_spheres_type dis_spheres

Components

Type Visibility Attributes Name Initial
integer, public :: first_wann = 1
integer, public :: num = 0
real(kind=dp), public, allocatable :: spheres(:,:)

Source Code

  type dis_spheres_type
    ! GS-start
    integer :: first_wann = 1
    integer :: num = 0
    real(kind=dp), allocatable :: spheres(:, :)
    ! GS-end
  end type dis_spheres_type