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/zlarrv.f | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'SRC/zlarrv.f') diff --git a/SRC/zlarrv.f b/SRC/zlarrv.f index 978d136a..82f88490 100644 --- a/SRC/zlarrv.f +++ b/SRC/zlarrv.f @@ -84,8 +84,10 @@ *> is stored the corresponding shift as given by DLARRE. *> On exit, L is overwritten. *> \endverbatim +*> +*> \param[in] PIVMIN *> \verbatim -*> PIVMIN (in) DOUBLE PRECISION +*> PIVMIN is DOUBLE PRECISION *> The minimum pivot allowed in the Sturm sequence. *> \endverbatim *> @@ -232,14 +234,12 @@ *> \verbatim *> INFO is INTEGER *> = 0: successful exit -*> \endverbatim -*> \verbatim +*> *> > 0: A problem occured in ZLARRV. *> < 0: One of the called subroutines signaled an internal problem. *> Needs inspection of the corresponding parameter IINFO *> for further information. -*> \endverbatim -*> \verbatim +*> *> =-1: Problem in DLARRB when refining a child's eigenvalues. *> =-2: Problem in DLARRF when computing the RRR of a child. *> When a child is inside a tight cluster, it can be difficult -- cgit v1.2.3