Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(compilerOptions), | intent(inout) | :: | this | |||
logical, | intent(in) | :: | executorRequest |
elemental pure subroutine set_executorRequest(this, executorRequest)
class(compilerOptions), intent(inout) :: this
logical, intent(in) :: executorRequest
this%executorRequest = executorRequest
end subroutine set_executorRequest