aboutsummaryrefslogtreecommitdiff
path: root/SRC/sorglq.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sorglq.f')
-rw-r--r--SRC/sorglq.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/sorglq.f b/SRC/sorglq.f
index 8285f32d..c4fc7190 100644
--- a/SRC/sorglq.f
+++ b/SRC/sorglq.f
@@ -1,9 +1,9 @@
SUBROUTINE SORGLQ( M, N, K, A, LDA, TAU, WORK, LWORK, INFO )
*
-* -- LAPACK routine (version 3.2) --
+* -- LAPACK routine (version 3.3.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2006
+* -- April 2011 --
*
* .. Scalar Arguments ..
INTEGER INFO, K, LDA, LWORK, M, N