diff options
author | julie <julielangou@users.noreply.github.com> | 2011-10-31 22:21:11 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-10-31 22:21:11 +0000 |
commit | 0d9e213c670ab0e68f17d68251412d53250108e1 (patch) | |
tree | 2bcab1c08b84e327b9be345385e2c31e8a26905a /SRC/ztrexc.f | |
parent | 82901cd3e7bb75c73fc3a17fe7bf922289337f97 (diff) | |
download | lapack-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/ztrexc.f')
-rw-r--r-- | SRC/ztrexc.f | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/SRC/ztrexc.f b/SRC/ztrexc.f index ec2a8b35..743db8cd 100644 --- a/SRC/ztrexc.f +++ b/SRC/ztrexc.f @@ -89,15 +89,18 @@ *> \param[in] IFST *> \verbatim *> IFST is INTEGER +*> \endverbatim +*> *> \param[in] ILST *> \verbatim *> ILST is INTEGER +*> \endverbatim +*> \verbatim *> Specify the reordering of the diagonal elements of T: *> The element with row index IFST is moved to row ILST by a *> sequence of transpositions between adjacent elements. *> 1 <= IFST <= N; 1 <= ILST <= N. *> \endverbatim -*> \endverbatim *> *> \param[out] INFO *> \verbatim |