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