set_cpu_debug_switch Subroutine

private pure elemental subroutine set_cpu_debug_switch(this, debug)

Type Bound

linux_cpu

Arguments

Type IntentOptional Attributes Name
class(linux_cpu), intent(inout) :: this
character(len=*), intent(in) :: debug

Contents

Source Code


Source Code

   elemental pure subroutine set_cpu_debug_switch(this,debug)
      class(linux_cpu), intent(inout) :: this
      character(len=*),   intent(in)  :: debug

      this%debug = debug
   end subroutine set_cpu_debug_switch