| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=n_int), | public, | allocatable | :: | ilut_list(:,:) | |||
| real(kind=dp), | public, | allocatable | :: | rdm_contrib(:) | |||
| integer(kind=int_rdm), | public, | allocatable | :: | rdm_ind(:) | |||
| integer, | public, | allocatable | :: | repeat_count(:) |
type RdmContribList_t integer(n_int), allocatable :: ilut_list(:, :) real(dp), allocatable :: rdm_contrib(:) integer(int_rdm), allocatable :: rdm_ind(:) integer, allocatable :: repeat_count(:) end type RdmContribList_t