| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ValidSpawned |
subroutine time_hash(ValidSpawned) integer, intent(in) :: ValidSpawned integer :: i, PartInd, DetHash, nI(nel) logical :: tSuccess do i = 1, ValidSpawned call decode_bit_det(nI, SpawnedParts(:, i)) call hash_table_lookup(nI, SpawnedParts(:, i), nifd, HashIndex, & CurrentDets, PartInd, DetHash, tSuccess) end do end subroutine time_hash