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