| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | first_wann | = | 1 | ||
| integer, | public | :: | num | = | 0 | ||
| real(kind=dp), | public, | allocatable | :: | spheres(:,:) |
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