summaryrefslogtreecommitdiff
path: root/SRC/slantb.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/slantb.f')
-rw-r--r--SRC/slantb.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/slantb.f b/SRC/slantb.f
index f1f79206..fb4438d2 100644
--- a/SRC/slantb.f
+++ b/SRC/slantb.f
@@ -132,7 +132,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date August 2012
*
*> \ingroup realOTHERauxiliary
*
@@ -140,10 +140,10 @@
REAL FUNCTION SLANTB( NORM, UPLO, DIAG, N, K, AB,
$ LDAB, WORK )
*
-* -- LAPACK auxiliary routine (version 3.4.0) --
+* -- LAPACK auxiliary routine (version 3.4.2) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* August 2012
*
* .. Scalar Arguments ..
CHARACTER DIAG, NORM, UPLO