summaryrefslogtreecommitdiff
path: root/SRC/cgelqt.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/cgelqt.f')
-rw-r--r--SRC/cgelqt.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/cgelqt.f b/SRC/cgelqt.f
index 8037ac59..e151f10f 100644
--- a/SRC/cgelqt.f
+++ b/SRC/cgelqt.f
@@ -92,7 +92,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date December 2016
+*> \date June 2017
*
*> \ingroup doubleGEcomputational
*
@@ -123,10 +123,10 @@
* =====================================================================
SUBROUTINE CGELQT( M, N, MB, A, LDA, T, LDT, WORK, INFO )
*
-* -- LAPACK computational routine (version 3.7.0) --
+* -- LAPACK computational routine (version 3.7.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* December 2016
+* June 2017
*
* .. Scalar Arguments ..
INTEGER INFO, LDA, LDT, M, N, MB