summaryrefslogtreecommitdiff
path: root/SRC/claqr1.f
diff options
context:
space:
mode:
authorHenning Thielemann <git@henning-thielemann.de>2017-05-28 21:35:30 +0200
committerHenning Thielemann <git@henning-thielemann.de>2017-05-28 23:30:40 +0200
commit8fe9ea60a673bd18eb93bb5057787e1f0b04aa4c (patch)
tree4802be42049ec82be72c1770974c278512410f46 /SRC/claqr1.f
parent834280b3e2f343bd2cbc347993689c2a654939b9 (diff)
downloadlapack-8fe9ea60a673bd18eb93bb5057787e1f0b04aa4c.tar.gz
lapack-8fe9ea60a673bd18eb93bb5057787e1f0b04aa4c.tar.bz2
lapack-8fe9ea60a673bd18eb93bb5057787e1f0b04aa4c.zip
xLAQRx, xTGSEN, IPARMQ: 'integer scalar', 'integer' -> 'INTEGER' in parameter comments
Diffstat (limited to 'SRC/claqr1.f')
-rw-r--r--SRC/claqr1.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/claqr1.f b/SRC/claqr1.f
index d3141e8a..b129bbab 100644
--- a/SRC/claqr1.f
+++ b/SRC/claqr1.f
@@ -50,7 +50,7 @@
*
*> \param[in] N
*> \verbatim
-*> N is integer
+*> N is INTEGER
*> Order of the matrix H. N must be either 2 or 3.
*> \endverbatim
*>
@@ -62,7 +62,7 @@
*>
*> \param[in] LDH
*> \verbatim
-*> LDH is integer
+*> LDH is INTEGER
*> The leading dimension of H as declared in
*> the calling procedure. LDH.GE.N
*> \endverbatim