From 0d9e213c670ab0e68f17d68251412d53250108e1 Mon Sep 17 00:00:00 2001 From: julie Date: Mon, 31 Oct 2011 22:21:11 +0000 Subject: 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. --- SRC/shsein.f | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'SRC/shsein.f') 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 -- cgit v1.2.3