summaryrefslogtreecommitdiff
path: root/SRC/slagtm.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/slagtm.f')
-rw-r--r--SRC/slagtm.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/slagtm.f b/SRC/slagtm.f
index fe96b309..80e9f80b 100644
--- a/SRC/slagtm.f
+++ b/SRC/slagtm.f
@@ -1,10 +1,10 @@
SUBROUTINE SLAGTM( TRANS, N, NRHS, ALPHA, DL, D, DU, X, LDX, BETA,
$ B, LDB )
*
-* -- LAPACK auxiliary routine (version 3.2) --
+* -- LAPACK auxiliary routine (version 3.3.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2006
+* -- April 2011 --
*
* .. Scalar Arguments ..
CHARACTER TRANS