set_libraryCode Subroutine

private pure elemental subroutine set_libraryCode(this, libraryCode)

Type Bound

filters

Arguments

Type IntentOptional Attributes Name
class(filters), intent(inout) :: this
logical, intent(in) :: libraryCode

Contents

Source Code


Source Code

   elemental pure subroutine set_libraryCode(this, libraryCode)
      class(filters), intent(inout) :: this
      logical, intent(in)           :: libraryCode

      this%libraryCode = libraryCode
   end subroutine set_libraryCode