| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=n_int), | intent(inout) | :: | ilut(0:IlutBits%len_bcast) |
subroutine log_spawn(ilut) ! set the spawn counter to 1 integer(n_int), intent(inout) :: ilut(0:IlutBits%len_bcast) ilut(IlutBits%ind_spawn) = 1 end subroutine log_spawn