Skip to content

Commit 78db64a

Browse files
committed
fix typo in TESTING/EIG/?chkst2stg.f comment
1 parent fb14d49 commit 78db64a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

TESTING/EIG/cchkst2stg.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ SUBROUTINE CCHKST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH,
19911991
END IF
19921992
END IF
19931993
*
1994-
* Do Test 34
1994+
* Do Test 37
19951995
*
19961996
TEMP1 = ZERO
19971997
TEMP2 = ZERO

TESTING/EIG/dchkst2stg.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@ SUBROUTINE DCHKST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH,
19731973
END IF
19741974
END IF
19751975
*
1976-
* Do Test 34
1976+
* Do Test 37
19771977
*
19781978
TEMP1 = ZERO
19791979
TEMP2 = ZERO

TESTING/EIG/schkst2stg.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@ SUBROUTINE SCHKST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH,
19731973
END IF
19741974
END IF
19751975
*
1976-
* Do Test 34
1976+
* Do Test 37
19771977
*
19781978
TEMP1 = ZERO
19791979
TEMP2 = ZERO

TESTING/EIG/zchkst2stg.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ SUBROUTINE ZCHKST2STG( NSIZES, NN, NTYPES, DOTYPE, ISEED, THRESH,
19911991
END IF
19921992
END IF
19931993
*
1994-
* Do Test 34
1994+
* Do Test 37
19951995
*
19961996
TEMP1 = ZERO
19971997
TEMP2 = ZERO

0 commit comments

Comments
 (0)