1 subroutine prtivs ( title, n, x, output )
41 l = min( len(title), 75 )
51 write ( output, 2000 ) title(1:l), line(1:l)
57 write ( output, 2100 ) x
65 2000
format ( /5x, a /5x, a / )
67 2100
format ( (10x, 10 (1x, i5)) )
subroutine prtivs(title, n, x, output)