Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | allocatable, dimension(:) | :: | ind | |||
integer, | public | :: | nclash |
type core_hashtable
! The indices of states with this hash table.
integer, allocatable, dimension(:) :: ind
! The number of clashes for this hash value.
integer :: nclash
end type core_hashtable