ky_debug_print Subroutine

private subroutine ky_debug_print(self)

Debug printing

Type Bound

ky_type

Arguments

Type IntentOptional Attributes Name
class(ky_type), intent(in) :: self

Contents

Source Code


Source Code

  subroutine ky_debug_print(self)
    implicit none
    class(ky_type), intent(in) :: self
    write(dlun,'("Ky block debug print. Index ik=",I0," nsupercell=",I0)') &
         self%ik_ind, self%nsupercell
  end subroutine ky_debug_print