summaryrefslogtreecommitdiff
path: root/SRC/zptsvx.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zptsvx.f')
-rw-r--r--SRC/zptsvx.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/zptsvx.f b/SRC/zptsvx.f
index 7c9ee91a..0d1052fc 100644
--- a/SRC/zptsvx.f
+++ b/SRC/zptsvx.f
@@ -226,7 +226,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date April 2012
+*> \date August 2012
*
*> \ingroup complex16PTsolve
*
@@ -234,10 +234,10 @@
SUBROUTINE ZPTSVX( FACT, N, NRHS, D, E, DF, EF, B, LDB, X, LDX,
$ RCOND, FERR, BERR, WORK, RWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.1) --
+* -- LAPACK driver 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..--
-* April 2012
+* August 2012
*
* .. Scalar Arguments ..
CHARACTER FACT