Subroutine ShowPair

subroutine ShowPair

        ! Uses
    use Pattern_mod

        ! Calls
    call ShowClusterCoord

        ! Variables
    integer, INTENT(in) :: iwindow
    integer, INTENT(in) :: ipair
    type (cluster_type), INTENT(in) :: cl
    integer :: iclu

end subroutine ShowPair

Description of Variables

iwindow

integer, INTENT(in) :: iwindow

ipair

integer, INTENT(in) :: ipair

cl

type (cluster_type), INTENT(in) :: cl

iclu

integer :: iclu