Skip to content

Commit c7bc0ee

Browse files
authored
Remove spurious names from EXTERNAL list
Remove unused (and nonexistent) functions ZHETRD_SY2SB and ZHETRD_SB2ST from comment and EXTERNAL declaration
1 parent 6bdee6d commit c7bc0ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lapack-netlib/TESTING/EIG/zerrst.f

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
*> ZHPEV, CHPEVX, CHPEVD, and ZSTEDC.
3030
*> ZHEEVD_2STAGE, ZHEEVR_2STAGE, ZHEEVX_2STAGE,
3131
*> ZHEEV_2STAGE, ZHBEV_2STAGE, ZHBEVD_2STAGE,
32-
*> ZHBEVX_2STAGE, ZHETRD_2STAGE, ZHETRD_SY2SB,
33-
*> ZHETRD_SB2ST
32+
*> ZHBEVX_2STAGE, ZHETRD_2STAGE
3433
*> \endverbatim
3534
*
3635
* Arguments:
@@ -102,8 +101,7 @@ SUBROUTINE ZERRST( PATH, NUNIT )
102101
$ ZUNGTR, ZUNMTR, ZUPGTR, ZUPMTR,
103102
$ ZHEEVD_2STAGE, ZHEEVR_2STAGE, ZHEEVX_2STAGE,
104103
$ ZHEEV_2STAGE, ZHBEV_2STAGE, ZHBEVD_2STAGE,
105-
$ ZHBEVX_2STAGE, ZHETRD_2STAGE, ZHETRD_SY2SB,
106-
$ ZHETRD_SB2ST
104+
$ ZHBEVX_2STAGE, ZHETRD_2STAGE
107105
* ..
108106
* .. Scalars in Common ..
109107
LOGICAL LERR, OK

0 commit comments

Comments
 (0)