aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/ctpt02.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/ctpt02.f')
-rw-r--r--TESTING/LIN/ctpt02.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/TESTING/LIN/ctpt02.f b/TESTING/LIN/ctpt02.f
index e6e047a3..afdd3a15 100644
--- a/TESTING/LIN/ctpt02.f
+++ b/TESTING/LIN/ctpt02.f
@@ -141,7 +141,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date December 2016
*
*> \ingroup complex_lin
*
@@ -149,10 +149,10 @@
SUBROUTINE CTPT02( UPLO, TRANS, DIAG, N, NRHS, AP, X, LDX, B, LDB,
$ WORK, RWORK, RESID )
*
-* -- LAPACK test routine (version 3.4.0) --
+* -- LAPACK test routine (version 3.7.0) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* December 2016
*
* .. Scalar Arguments ..
CHARACTER DIAG, TRANS, UPLO