| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=n_int), | intent(inout) | :: | ilut(0:nIfTot) | |||
| integer, | intent(in) | :: | flag |
subroutine encode_flags(ilut, flag) ! Add new flag information to a packaged walker. integer(n_int), intent(inout) :: ilut(0:nIfTot) integer, intent(in) :: flag iLut(IlutBits%ind_flag) = int(flag, n_int) end subroutine encode_flags