summaryrefslogtreecommitdiff
path: root/SRC/zlaqr2.f
diff options
context:
space:
mode:
authorlangou <julien.langou@ucdenver.edu>2017-06-08 12:42:38 +0000
committerGitHub <noreply@github.com>2017-06-08 12:42:38 +0000
commit8756876078bd239fd4c28ce979973b657b215f20 (patch)
treee56ada9bd8fc9071bb4c3ff53142cd7c51318698 /SRC/zlaqr2.f
parent63d462f190c41b199162514e3980a2ab527733aa (diff)
parent54f03b7495e430954817c9c9a808bb4d1fa2f02e (diff)
downloadlapack-8756876078bd239fd4c28ce979973b657b215f20.tar.gz
lapack-8756876078bd239fd4c28ce979973b657b215f20.tar.bz2
lapack-8756876078bd239fd4c28ce979973b657b215f20.zip
Merge pull request #163 from thielema/array-dimensions
avoid inconsistencies between parameter comments in S and D, C and Z
Diffstat (limited to 'SRC/zlaqr2.f')
-rw-r--r--SRC/zlaqr2.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zlaqr2.f b/SRC/zlaqr2.f
index bcb723b8..7d1a31d5 100644
--- a/SRC/zlaqr2.f
+++ b/SRC/zlaqr2.f
@@ -228,7 +228,7 @@
*>
*> \param[out] WORK
*> \verbatim
-*> WORK is COMPLEX*16 array, dimension LWORK.
+*> WORK is COMPLEX*16 array, dimension (LWORK)
*> On exit, WORK(1) is set to an estimate of the optimal value
*> of LWORK for the given values of N, NW, KTOP and KBOT.
*> \endverbatim