40 SUBROUTINE slasum( TYPE, IOUNIT, IE, NRUN )
48 INTEGER IE, IOUNIT, NRUN
55 WRITE( iounit, fmt = 9999 )
TYPE,
': ', ie,
' out of ', nrun,
56 $
' tests failed to pass the threshold'
58 WRITE( iounit, fmt = 9998 )
'All tests for ',
TYPE,
59 $
' passed the threshold ( ', nrun,
' tests run)'
61 9999
FORMAT( 1x, a3, a2, i4, a8, i5, a35 )
62 9998
FORMAT( / 1x, a14, a3, a24, i5, a11 )
subroutine slasum(type, iounit, ie, nrun)
SLASUM