Skip to content

Commit 1243314

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

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

lapack-netlib/TESTING/LIN/cchkaa.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ PROGRAM CCHKAA
12451245
9995 FORMAT( ' Invalid input value: ', A4, '=', I6, '; must be <=',
12461246
$ I6 )
12471247
9994 FORMAT( ' Tests of the COMPLEX LAPACK routines ',
1248-
$ / ' LAPACK VERSION ', I1, '.', I1, '.', I1,
1248+
$ / ' LAPACK VERSION ', I1, '.', I2, '.', I1,
12491249
$ / / ' The following parameter values will be used:' )
12501250
9993 FORMAT( 4X, A4, ': ', 10I6, / 11X, 10I6 )
12511251
9992 FORMAT( / ' Routines pass computational tests if test ratio is ',

lapack-netlib/TESTING/LIN/cchkrfp.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ PROGRAM CCHKRFP
276276
9995 FORMAT( ' !! Invalid input value: ', A4, '=', I6, '; must be <=',
277277
$ I6 )
278278
9994 FORMAT( / ' Tests of the COMPLEX LAPACK RFP routines ',
279-
$ / ' LAPACK VERSION ', I1, '.', I1, '.', I1,
279+
$ / ' LAPACK VERSION ', I1, '.', I2, '.', I1,
280280
$ / / ' The following parameter values will be used:' )
281281
9993 FORMAT( 4X, A4, ': ', 10I6, / 11X, 10I6 )
282282
9992 FORMAT( / ' Routines pass computational tests if test ratio is ',

lapack-netlib/TESTING/LIN/dchkaa.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ PROGRAM DCHKAA
10891089
9995 FORMAT( ' Invalid input value: ', A4, '=', I6, '; must be <=',
10901090
$ I6 )
10911091
9994 FORMAT( ' Tests of the DOUBLE PRECISION LAPACK routines ',
1092-
$ / ' LAPACK VERSION ', I1, '.', I1, '.', I1,
1092+
$ / ' LAPACK VERSION ', I1, '.', I2, '.', I1,
10931093
$ / / ' The following parameter values will be used:' )
10941094
9993 FORMAT( 4X, A4, ': ', 10I6, / 11X, 10I6 )
10951095
9992 FORMAT( / ' Routines pass computational tests if test ratio is ',

lapack-netlib/TESTING/LIN/dchkab.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ PROGRAM DCHKAB
350350
$ I6 )
351351
9994 FORMAT( ' Tests of the DOUBLE PRECISION LAPACK DSGESV/DSPOSV',
352352
$ ' routines ',
353-
$ / ' LAPACK VERSION ', I1, '.', I1, '.', I1,
353+
$ / ' LAPACK VERSION ', I1, '.', I2, '.', I1,
354354
$ / / ' The following parameter values will be used:' )
355355
9993 FORMAT( 4X, A4, ': ', 10I6, / 11X, 10I6 )
356356
9992 FORMAT( / ' Routines pass computational tests if test ratio is ',

lapack-netlib/TESTING/LIN/dchkrfp.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ PROGRAM DCHKRFP
275275
9995 FORMAT( ' !! Invalid input value: ', A4, '=', I6, '; must be <=',
276276
$ I6 )
277277
9994 FORMAT( / ' Tests of the DOUBLE PRECISION LAPACK RFP routines ',
278-
$ / ' LAPACK VERSION ', I1, '.', I1, '.', I1,
278+
$ / ' LAPACK VERSION ', I1, '.', I2, '.', I1,
279279
$ / / ' The following parameter values will be used:' )
280280
9993 FORMAT( 4X, A4, ': ', 10I6, / 11X, 10I6 )
281281
9992 FORMAT( / ' Routines pass computational tests if test ratio is ',

lapack-netlib/TESTING/LIN/schkaa.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ PROGRAM SCHKAA
10831083
9995 FORMAT( ' Invalid input value: ', A4, '=', I6, '; must be <=',
10841084
$ I6 )
10851085
9994 FORMAT( ' Tests of the REAL LAPACK routines ',
1086-
$ / ' LAPACK VERSION ', I1, '.', I1, '.', I1,
1086+
$ / ' LAPACK VERSION ', I1, '.', I2, '.', I1,
10871087
$ / / ' The following parameter values will be used:' )
10881088
9993 FORMAT( 4X, A4, ': ', 10I6, / 11X, 10I6 )
10891089
9992 FORMAT( / ' Routines pass computational tests if test ratio is ',

lapack-netlib/TESTING/LIN/schkrfp.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ PROGRAM SCHKRFP
274274
9995 FORMAT( ' !! Invalid input value: ', A4, '=', I6, '; must be <=',
275275
$ I6 )
276276
9994 FORMAT( / ' Tests of the REAL LAPACK RFP routines ',
277-
$ / ' LAPACK VERSION ', I1, '.', I1, '.', I1,
277+
$ / ' LAPACK VERSION ', I1, '.', I2, '.', I1,
278278
$ / / ' The following parameter values will be used:' )
279279
9993 FORMAT( 4X, A4, ': ', 10I6, / 11X, 10I6 )
280280
9992 FORMAT( / ' Routines pass computational tests if test ratio is ',

lapack-netlib/TESTING/LIN/zchkaa.F

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ PROGRAM ZCHKAA
12811281
9995 FORMAT( ' Invalid input value: ', A4, '=', I6, '; must be <=',
12821282
$ I6 )
12831283
9994 FORMAT( ' Tests of the COMPLEX*16 LAPACK routines ',
1284-
$ / ' LAPACK VERSION ', I1, '.', I1, '.', I1,
1284+
$ / ' LAPACK VERSION ', I1, '.', I2, '.', I1,
12851285
$ / / ' The following parameter values will be used:' )
12861286
9993 FORMAT( 4X, A4, ': ', 10I6, / 11X, 10I6 )
12871287
9992 FORMAT( / ' Routines pass computational tests if test ratio is ',

lapack-netlib/TESTING/LIN/zchkab.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ PROGRAM ZCHKAB
350350
9995 FORMAT( ' Invalid input value: ', A4, '=', I6, '; must be <=',
351351
$ I6 )
352352
9994 FORMAT( ' Tests of the COMPLEX*16 LAPACK ZCGESV/ZCPOSV routines ',
353-
$ / ' LAPACK VERSION ', I1, '.', I1, '.', I1,
353+
$ / ' LAPACK VERSION ', I1, '.', I2, '.', I1,
354354
$ / / ' The following parameter values will be used:' )
355355
9993 FORMAT( 4X, A4, ': ', 10I6, / 11X, 10I6 )
356356
9992 FORMAT( / ' Routines pass computational tests if test ratio is ',

lapack-netlib/TESTING/LIN/zchkrfp.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ PROGRAM ZCHKRFP
276276
9995 FORMAT( ' !! Invalid input value: ', A4, '=', I6, '; must be <=',
277277
$ I6 )
278278
9994 FORMAT( / ' Tests of the COMPLEX*16 LAPACK RFP routines ',
279-
$ / ' LAPACK VERSION ', I1, '.', I1, '.', I1,
279+
$ / ' LAPACK VERSION ', I1, '.', I2, '.', I1,
280280
$ / / ' The following parameter values will be used:' )
281281
9993 FORMAT( 4X, A4, ': ', 10I6, / 11X, 10I6 )
282282
9992 FORMAT( / ' Routines pass computational tests if test ratio is ',

0 commit comments

Comments
 (0)