********************************************************************************
authorlangou <langou@users.noreply.github.com>
Wed, 16 Nov 2011 16:03:59 +0000 (16:03 +0000)
committerlangou <langou@users.noreply.github.com>
Wed, 16 Nov 2011 16:03:59 +0000 (16:03 +0000)
commit9ae8fa152c1657b63cbb4401419321a50438ee1e
tree793dab9758d3f0f5ec66a0b6a15e496569ff2c59
parenteee73b62e2183c93fba90dac45c5eb184c5e9133
********************************************************************************

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

********************************************************************************
SRC/ctprfb.f
SRC/stprfb.f
SRC/ztprfb.f