summaryrefslogtreecommitdiff
path: root/SRC/ctprfb.f
diff options
context:
space:
mode:
authorlangou <langou@users.noreply.github.com>2011-11-16 16:03:59 +0000
committerlangou <langou@users.noreply.github.com>2011-11-16 16:03:59 +0000
commit9ae8fa152c1657b63cbb4401419321a50438ee1e (patch)
tree793dab9758d3f0f5ec66a0b6a15e496569ff2c59 /SRC/ctprfb.f
parenteee73b62e2183c93fba90dac45c5eb184c5e9133 (diff)
downloadlapack-9ae8fa152c1657b63cbb4401419321a50438ee1e.tar.gz
lapack-9ae8fa152c1657b63cbb4401419321a50438ee1e.tar.bz2
lapack-9ae8fa152c1657b63cbb4401419321a50438ee1e.zip
********************************************************************************
From Ake Sandgren, Umea University and HPC2N, on 11-16-2011. Hi! stprfb.f has some unneeded external declarations diff -ru site/SRC/stprfb.f p1/SRC/stprfb.f --- site/SRC/stprfb.f 2011-10-22 18:49:03.000000000 +0200 +++ p1/SRC/stprfb.f 2011-11-16 09:30:22.000000000 +0100 @@ -246,7 +246,7 @@ EXTERNAL LSAME * .. * .. External Subroutines .. - EXTERNAL SCOPY, SGEMM, SLACGV, STRMM + EXTERNAL SGEMM, STRMM * .. * .. Executable Statements .. * ******************************************************************************** Ake, Thank you for catching this. I will remove the unused external declarations. The changes will be available from the lapack-dev svn server, and in the next release. Rodney ********************************************************************************
Diffstat (limited to 'SRC/ctprfb.f')
-rw-r--r--SRC/ctprfb.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/ctprfb.f b/SRC/ctprfb.f
index a7f626d8..38e5b38b 100644
--- a/SRC/ctprfb.f
+++ b/SRC/ctprfb.f
@@ -280,7 +280,7 @@
EXTERNAL LSAME
* ..
* .. External Subroutines ..
- EXTERNAL CCOPY, CGEMM, CLACGV, CTRMM
+ EXTERNAL CGEMM, CTRMM
* ..
* .. Intrinsic Functions ..
INTRINSIC CONJG