Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | exLevel | |||
logical, | intent(inout) | :: | staticInit |
subroutine set_si_initiator(exLevel, staticInit)
implicit none
integer, intent(in) :: exLevel
logical, intent(inout) :: staticInit
if (exLevel <= 2 .and. tAllDoubsInitiators) then
staticInit = .true.
end if
end subroutine set_si_initiator