42 SUBROUTINE chkxer( SRNAMT, INFOT, NOUT, LERR, OK )
59 WRITE( nout, fmt = 9999 )infot,
60 $ srnamt( 1:len_trim( srnamt ) )
66 9999
FORMAT(
' *** Illegal value of parameter number ', i2,
67 $
' not detected by ', a6,
' ***' )
subroutine chkxer(SRNAMT, INFOT, NOUT, LERR, OK)