summaryrefslogtreecommitdiff
path: root/SRC/shsein.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/shsein.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/shsein.f')
-rw-r--r--SRC/shsein.f5
1 files changed, 4 insertions, 1 deletions
diff --git a/SRC/shsein.f b/SRC/shsein.f
index abc29570..83c45375 100644
--- a/SRC/shsein.f
+++ b/SRC/shsein.f
@@ -118,9 +118,13 @@
*> \param[in,out] WR
*> \verbatim
*> WR is REAL array, dimension (N)
+*> \endverbatim
+*>
*> \param[in] WI
*> \verbatim
*> WI is REAL array, dimension (N)
+*> \endverbatim
+*> \verbatim
*> On entry, the real and imaginary parts of the eigenvalues of
*> H; a complex conjugate pair of eigenvalues must be stored in
*> consecutive elements of WR and WI.
@@ -128,7 +132,6 @@
*> are perturbed slightly in searching for independent
*> eigenvectors.
*> \endverbatim
-*> \endverbatim
*>
*> \param[in,out] VL
*> \verbatim