Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=n_int), | intent(in) | :: | ilut(0:nIfTot) |
function extract_flags(iLut) result(flags)
integer(n_int), intent(in) :: ilut(0:nIfTot)
integer :: flags
flags = int(ilut(IlutBits%ind_flag))
end function extract_flags