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