set_binaryObject Subroutine

private pure elemental subroutine set_binaryObject(this, binaryObject)

Type Bound

filters

Arguments

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

Contents

Source Code


Source Code

   elemental pure subroutine set_binaryObject(this, binaryObject)
      class(filters), intent(inout) :: this
      logical, intent(in)           :: binaryObject

      this%binaryObject = binaryObject
   end subroutine set_binaryObject