Browse Source

Remove spurious EXTERNAL reference

From Reference-LAPACK issue 228, remove spurious EXTERNAL reference to unused and nonexistent function xLACGV that could cause linking problems.
tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
150c7294a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      lapack-netlib/SRC/dsytrf_aa_2stage.f
  2. +1
    -1
      lapack-netlib/SRC/ssytrf_aa_2stage.f

+ 1
- 1
lapack-netlib/SRC/dsytrf_aa_2stage.f 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
* ..


+ 1
- 1
lapack-netlib/SRC/ssytrf_aa_2stage.f 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
* ..


Loading…
Cancel
Save