Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=n_int), | intent(inout) | :: | ilutG(0:GugaBits%len_tot) | |||
integer(kind=int_rdm), | intent(in) | :: | rdm_ind |
pure subroutine encode_rdm_ind(ilutG, rdm_ind)
integer(n_int), intent(inout) :: ilutG(0:GugaBits%len_tot)
integer(int_rdm), intent(in) :: rdm_ind
ilutG(GugaBits%ind_rdm_ind) = rdm_ind
end subroutine encode_rdm_ind