Fix typo in external routine name
authorjulie <julielangou@users.noreply.github.com>
Wed, 17 Nov 2010 22:10:50 +0000 (22:10 +0000)
committerjulie <julielangou@users.noreply.github.com>
Wed, 17 Nov 2010 22:10:50 +0000 (22:10 +0000)
SRC/csytri2x.f
SRC/dsytri2x.f
SRC/ssytri2x.f
SRC/zsytri2x.f

index 8e3cb1b..d89d9fd 100644 (file)
@@ -86,7 +86,7 @@
       EXTERNAL           LSAME
 *     ..
 *     .. External Subroutines ..
-      EXTERNAL           CSYSCONV, XERBLA, CTRTRI
+      EXTERNAL           CSYCONV, XERBLA, CTRTRI
       EXTERNAL           CGEMM, CTRMM, CSYSWAPR
 *     ..
 *     .. Intrinsic Functions ..
index 84ffe76..64ddbf5 100644 (file)
@@ -85,7 +85,7 @@
       EXTERNAL           LSAME
 *     ..
 *     .. External Subroutines ..
-      EXTERNAL           DSYSCONV, XERBLA, DTRTRI
+      EXTERNAL           DSYCONV, XERBLA, DTRTRI
       EXTERNAL           DGEMM, DTRMM, DSYSWAPR
 *     ..
 *     .. Intrinsic Functions ..
index e7aab85..f628aa8 100644 (file)
@@ -85,7 +85,7 @@
       EXTERNAL           LSAME
 *     ..
 *     .. External Subroutines ..
-      EXTERNAL           SSYSCONV, XERBLA, STRTRI
+      EXTERNAL           SSYCONV, XERBLA, STRTRI
       EXTERNAL           SGEMM, STRMM, SSYSWAPR
 *     ..
 *     .. Intrinsic Functions ..
index 9d50e11..f7e4b7f 100644 (file)
@@ -86,7 +86,7 @@
       EXTERNAL           LSAME
 *     ..
 *     .. External Subroutines ..
-      EXTERNAL           ZSYSCONV, XERBLA, ZTRTRI
+      EXTERNAL           ZSYCONV, XERBLA, ZTRTRI
       EXTERNAL           ZGEMM, ZTRMM, ZSYSWAPR
 *     ..
 *     .. Intrinsic Functions ..