diff options
author | Martin Kroeker <martin@ruby.chemie.uni-freiburg.de> | 2017-02-22 16:09:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-22 16:09:10 +0100 |
commit | 3c52c1958bae1b690388ca5ccdff819a78f89101 (patch) | |
tree | 4fe94bbaf3af9b408ba5e1b98c9b272188686642 /TESTING/EIG | |
parent | 0efe77bf67778ea985322bf8b441de8f9aa1c3a8 (diff) | |
download | lapack-3c52c1958bae1b690388ca5ccdff819a78f89101.tar.gz lapack-3c52c1958bae1b690388ca5ccdff819a78f89101.tar.bz2 lapack-3c52c1958bae1b690388ca5ccdff819a78f89101.zip |
Remove spurious entries from EXTERNAL list
ZHETRD_SY2SB and ZHETRD_SB2ST are never called and do not even exist in the current codebase.
Diffstat (limited to 'TESTING/EIG')
-rw-r--r-- | TESTING/EIG/zdrvst2stg.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TESTING/EIG/zdrvst2stg.f b/TESTING/EIG/zdrvst2stg.f index b3f2eaef..dbf8d803 100644 --- a/TESTING/EIG/zdrvst2stg.f +++ b/TESTING/EIG/zdrvst2stg.f @@ -399,8 +399,7 @@ $ ZHET22, ZHPEV, ZHPEVD, ZHPEVX, ZLACPY, ZLASET, $ ZHEEVD_2STAGE, ZHEEVR_2STAGE, ZHEEVX_2STAGE, $ ZHEEV_2STAGE, ZHBEV_2STAGE, ZHBEVD_2STAGE, - $ ZHBEVX_2STAGE, ZHETRD_2STAGE, ZHETRD_SY2SB, - $ ZHETRD_SB2ST, ZLATMR, ZLATMS + $ ZHBEVX_2STAGE, ZHETRD_2STAGE, ZLATMR, ZLATMS * .. * .. Intrinsic Functions .. INTRINSIC ABS, DBLE, INT, LOG, MAX, MIN, SQRT |