aboutsummaryrefslogtreecommitdiff
path: root/SRC/sgeqrt3.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/sgeqrt3.f
parent82901cd3e7bb75c73fc3a17fe7bf922289337f97 (diff)
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/sgeqrt3.f')
-rw-r--r--SRC/sgeqrt3.f4
1 files changed, 3 insertions, 1 deletions
diff --git a/SRC/sgeqrt3.f b/SRC/sgeqrt3.f
index 33b3ba92..f15e880a 100644
--- a/SRC/sgeqrt3.f
+++ b/SRC/sgeqrt3.f
@@ -77,8 +77,10 @@
*> reflector T; the elements below the diagonal are not used.
*> See below for further details.
*> \endverbatim
+*>
+*> \param[in] LDT
*> \verbatim
-*> LDT (intput) INTEGER
+*> LDT is INTEGER
*> The leading dimension of the array T. LDT >= max(1,N).
*> \endverbatim
*>