Skip to content

Commit edad2a8

Browse files
authored
Fix display of minor version number (Reference-LAPACK PR 1149)
1 parent 904f9d6 commit edad2a8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lapack-netlib/TESTING/EIG/cchkee.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2524,7 +2524,7 @@ PROGRAM CCHKEE
25242524
9974 FORMAT( ' Tests of CHBTRD', / ' (reduction of a Hermitian band ',
25252525
$ 'matrix to real tridiagonal form)' )
25262526
9973 FORMAT( / 1X, 71( '-' ) )
2527-
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 )
2527+
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 )
25282528
9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ',
25292529
$ 'routines' )
25302530
9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' )

lapack-netlib/TESTING/EIG/dchkee.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2508,7 +2508,7 @@ PROGRAM DCHKEE
25082508
9974 FORMAT( ' Tests of DSBTRD', / ' (reduction of a symmetric band ',
25092509
$ 'matrix to tridiagonal form)' )
25102510
9973 FORMAT( / 1X, 71( '-' ) )
2511-
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 )
2511+
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 )
25122512
9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ',
25132513
$ 'routines' )
25142514
9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' )

lapack-netlib/TESTING/EIG/schkee.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,7 @@ PROGRAM SCHKEE
25112511
9974 FORMAT( ' Tests of SSBTRD', / ' (reduction of a symmetric band ',
25122512
$ 'matrix to tridiagonal form)' )
25132513
9973 FORMAT( / 1X, 71( '-' ) )
2514-
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 )
2514+
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 )
25152515
9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ',
25162516
$ 'routines' )
25172517
9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' )

lapack-netlib/TESTING/EIG/zchkee.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2522,7 +2522,7 @@ PROGRAM ZCHKEE
25222522
9974 FORMAT( ' Tests of ZHBTRD', / ' (reduction of a Hermitian band ',
25232523
$ 'matrix to real tridiagonal form)' )
25242524
9973 FORMAT( / 1X, 71( '-' ) )
2525-
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 )
2525+
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 )
25262526
9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ',
25272527
$ 'routines' )
25282528
9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' )

0 commit comments

Comments
 (0)