summaryrefslogtreecommitdiff
path: root/SRC/zgghrd.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-10-31 22:21:11 +0000
committerjulie <julielangou@users.noreply.github.com>2011-10-31 22:21:11 +0000
commit0d9e213c670ab0e68f17d68251412d53250108e1 (patch)
tree2bcab1c08b84e327b9be345385e2c31e8a26905a /SRC/zgghrd.f
parent82901cd3e7bb75c73fc3a17fe7bf922289337f97 (diff)
downloadlapack-0d9e213c670ab0e68f17d68251412d53250108e1.tar.gz
lapack-0d9e213c670ab0e68f17d68251412d53250108e1.tar.bz2
lapack-0d9e213c670ab0e68f17d68251412d53250108e1.zip
Correct Warning detected during Doxygen Generation.
Now each routine should have the correct list of arguments. This allowed to detect and fix problems in parameter description of many routines.
Diffstat (limited to 'SRC/zgghrd.f')
-rw-r--r--SRC/zgghrd.f5
1 files changed, 4 insertions, 1 deletions
diff --git a/SRC/zgghrd.f b/SRC/zgghrd.f
index 37f475e6..2b0f4362 100644
--- a/SRC/zgghrd.f
+++ b/SRC/zgghrd.f
@@ -94,9 +94,13 @@
*> \param[in] ILO
*> \verbatim
*> ILO is INTEGER
+*> \endverbatim
+*>
*> \param[in] IHI
*> \verbatim
*> IHI is INTEGER
+*> \endverbatim
+*> \verbatim
*> ILO and IHI mark the rows and columns of A which are to be
*> reduced. It is assumed that A is already upper triangular
*> in rows and columns 1:ILO-1 and IHI+1:N. ILO and IHI are
@@ -104,7 +108,6 @@
*> should be set to 1 and N respectively.
*> 1 <= ILO <= IHI <= N, if N > 0; ILO=1 and IHI=0, if N=0.
*> \endverbatim
-*> \endverbatim
*>
*> \param[in,out] A
*> \verbatim