aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/dqrt17.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/dqrt17.f')
-rw-r--r--TESTING/LIN/dqrt17.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/TESTING/LIN/dqrt17.f b/TESTING/LIN/dqrt17.f
index ebfce9cc..78580dca 100644
--- a/TESTING/LIN/dqrt17.f
+++ b/TESTING/LIN/dqrt17.f
@@ -142,7 +142,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date December 2016
*
*> \ingroup double_lin
*
@@ -150,10 +150,10 @@
DOUBLE PRECISION FUNCTION DQRT17( TRANS, IRESID, M, N, NRHS, A,
$ LDA, X, LDX, B, LDB, C, WORK, LWORK )
*
-* -- LAPACK test routine (version 3.6.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 2015
+* December 2016
*
* .. Scalar Arguments ..
CHARACTER TRANS