Remove spurious EXTERNAL reference

From Reference-LAPACK issue 228, remove spurious EXTERNAL reference to unused and nonexistent function xLACGV that could cause linking problems.
This commit is contained in:
Martin Kroeker 2018-02-08 14:57:13 +01:00 committed by GitHub
parent e0b02789ff
commit 150c7294a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@
EXTERNAL LSAME, ILAENV
* ..
* .. External Subroutines ..
EXTERNAL XERBLA, DCOPY, DLACGV, DLACPY,
EXTERNAL XERBLA, DCOPY, DLACPY,
$ DLASET, DGBTRF, DGEMM, DGETRF,
$ DSYGST, DSWAP, DTRSM
* ..

View File

@ -191,7 +191,7 @@
EXTERNAL LSAME, ILAENV
* ..
* .. External Subroutines ..
EXTERNAL XERBLA, SCOPY, SLACGV, SLACPY,
EXTERNAL XERBLA, SCOPY, SLACPY,
$ SLASET, SGBTRF, SGEMM, SGETRF,
$ SSYGST, SSWAP, STRSM
* ..