diff options
Diffstat (limited to 'TESTING/EIG/zcsdts.f')
-rw-r--r-- | TESTING/EIG/zcsdts.f | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TESTING/EIG/zcsdts.f b/TESTING/EIG/zcsdts.f index 044fa76f..c745d186 100644 --- a/TESTING/EIG/zcsdts.f +++ b/TESTING/EIG/zcsdts.f @@ -263,7 +263,8 @@ EXTERNAL DLAMCH, ZLANGE, ZLANHE * .. * .. External Subroutines .. - EXTERNAL ZGEMM, ZHERK, ZLACPY, ZLASET, ZUNCSD, ZUNCSD2BY1 + EXTERNAL ZGEMM, ZHERK, ZLACPY, ZLASET, ZUNCSD, + $ ZUNCSD2BY1 * .. * .. Intrinsic Functions .. INTRINSIC COS, DBLE, DCMPLX, MAX, MIN, REAL, SIN |