Skip to content

Commit 730ed54

Browse files
authored
Fix typo in EXTERNAL (Reference-LAPACK PR760)
1 parent b4c9228 commit 730ed54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack-netlib/TESTING/EIG/derred.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ SUBROUTINE DERRED( PATH, NUNIT )
9999
* ..
100100
* .. External Subroutines ..
101101
EXTERNAL CHKXER, DGEES, DGEESX, DGEEV, DGEEVX, DGEJSV,
102-
$ DGESDD, DGESVD, DGESVDX, DGESVQ
102+
$ DGESDD, DGESVD, DGESVDX, DGESVDQ
103103
* ..
104104
* .. External Functions ..
105105
LOGICAL DSLECT, LSAMEN

0 commit comments

Comments
 (0)