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