Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(filters), | intent(inout) | :: | this | |||
logical, | intent(in) | :: | execute |
elemental pure subroutine set_execute(this, execute)
class(filters), intent(inout) :: this
logical, intent(in) :: execute
this%execute = execute
end subroutine set_execute