aboutsummaryrefslogtreecommitdiff
path: root/SRC/cunmlq.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/cunmlq.f')
-rw-r--r--SRC/cunmlq.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/cunmlq.f b/SRC/cunmlq.f
index 6e51851b..8cf4442c 100644
--- a/SRC/cunmlq.f
+++ b/SRC/cunmlq.f
@@ -160,7 +160,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date December 2016
*
*> \ingroup complexOTHERcomputational
*
@@ -168,10 +168,10 @@
SUBROUTINE CUNMLQ( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC,
$ WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational 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 SIDE, TRANS