Align TESTING/{EIG,LIN}/chkxer.f
authoreugene.chereshnev <eugenechereshnev@gmail.com>
Fri, 24 Mar 2017 20:56:44 +0000 (13:56 -0700)
committereugene.chereshnev <eugenechereshnev@gmail.com>
Mon, 27 Mar 2017 02:04:34 +0000 (19:04 -0700)
TESTING/LIN/chkxer.f

index 86a44e3..44c1be4 100644 (file)
 *       LOGICAL            LERR, OK
 *       CHARACTER*(*)      SRNAMT
 *       INTEGER            INFOT, NOUT
-*       ..
-*       .. Intrinsic Functions ..
-*       INTRINSIC          LEN_TRIM
-*       ..
-*       .. Executable Statements ..
-*       IF( .NOT.LERR ) THEN
-*          WRITE( NOUT, FMT = 9999 )INFOT,
-*      $        SRNAMT( 1:LEN_TRIM( SRNAMT ) )
-*          OK = .FALSE.
-*       END IF
-*       LERR = .FALSE.
-*       RETURN
-*
-*  9999 FORMAT( ' *** Illegal value of parameter number ', I2,
-*      $      ' not detected by ', A6, ' ***' )
-*
-*       End of CHKXER.
-*
-*       END
+*
 *
 *> \par Purpose:
 *  =============
@@ -59,7 +41,7 @@
 *  =====================================================================
       SUBROUTINE CHKXER( SRNAMT, INFOT, NOUT, LERR, OK )
 *
-*  -- LAPACK test routine (input) --
+*  -- LAPACK test routine (version 3.7.0) --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
 *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
 *     December 2016