summaryrefslogtreecommitdiff
path: root/SRC/dlaswlq.f
diff options
context:
space:
mode:
authorIchitaro Yamazaki <iyamazak@bunsen.icl.utk.edu>2017-06-11 23:26:41 -0400
committerIchitaro Yamazaki <iyamazak@bunsen.icl.utk.edu>2017-06-11 23:26:41 -0400
commitfd5cae5d069bf8544067a105e6c46d7c02598865 (patch)
tree9cb06867074c60a318b468c6c13d7c7044eaef21 /SRC/dlaswlq.f
parentd7e47377bf09945f73462961bdd4604d6547b123 (diff)
parent5c392680ef6362c234c2f2ab3dadd9a9148ffb8f (diff)
downloadlapack-fd5cae5d069bf8544067a105e6c46d7c02598865.tar.gz
lapack-fd5cae5d069bf8544067a105e6c46d7c02598865.tar.bz2
lapack-fd5cae5d069bf8544067a105e6c46d7c02598865.zip
Merge https://github.com/Reference-LAPACK/lapack
Diffstat (limited to 'SRC/dlaswlq.f')
-rw-r--r--SRC/dlaswlq.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dlaswlq.f b/SRC/dlaswlq.f
index 41f99992..6e4ca20f 100644
--- a/SRC/dlaswlq.f
+++ b/SRC/dlaswlq.f
@@ -150,10 +150,10 @@
SUBROUTINE DLASWLQ( M, N, MB, NB, A, LDA, T, LDT, WORK, LWORK,
$ 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, MB, NB, LWORK, LDT