Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=n_int), | intent(inout) | :: | ilut(0:niftot) |
subroutine clear_all_flags(ilut)
! Clear all of the flags
integer(n_int), intent(inout) :: ilut(0:niftot)
ilut(IlutBits%ind_flag) = 0_n_int
end subroutine clear_all_flags