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