summaryrefslogtreecommitdiff
path: root/SRC/sgelqt3.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sgelqt3.f')
-rw-r--r--SRC/sgelqt3.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/sgelqt3.f b/SRC/sgelqt3.f
index bf34126f..3742f52a 100644
--- a/SRC/sgelqt3.f
+++ b/SRC/sgelqt3.f
@@ -83,7 +83,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date December 2016
+*> \date June 2017
*
*> \ingroup doubleGEcomputational
*
@@ -114,10 +114,10 @@
* =====================================================================
RECURSIVE SUBROUTINE SGELQT3( M, N, A, LDA, T, LDT, 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, M, N, LDT