set_debugCalls Subroutine

private pure elemental subroutine set_debugCalls(this, debugCalls)

Type Bound

filters

Arguments

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

Contents

Source Code


Source Code

   elemental pure subroutine set_debugCalls(this, debugCalls)
      class(filters), intent(inout) :: this
      logical, intent(in)           :: debugCalls

      this%debugCalls = debugCalls
   end subroutine set_debugCalls