summaryrefslogtreecommitdiff
path: root/SRC/claqr3.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/claqr3.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/claqr3.f')
-rw-r--r--SRC/claqr3.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/claqr3.f b/SRC/claqr3.f
index d378dcb5..1afa0831 100644
--- a/SRC/claqr3.f
+++ b/SRC/claqr3.f
@@ -224,7 +224,7 @@
*>
*> \param[out] WORK
*> \verbatim
-*> WORK is COMPLEX array, dimension LWORK.
+*> WORK is COMPLEX 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