Correct issue reported by Elena (Oracle)
authorjulie <julielangou@users.noreply.github.com>
Tue, 17 Mar 2015 14:53:16 +0000 (14:53 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 17 Mar 2015 14:53:16 +0000 (14:53 +0000)
Add SIGMA and EPS in a list of arguments and describe them in the "Arguments" section

SRC/slasq5.f

index d1d68e3..3da76cd 100644 (file)
 *  Definition:
 *  ===========
 *
-*       SUBROUTINE SLASQ5( I0, N0, Z, PP, TAU, DMIN, DMIN1, DMIN2, DN,
-*                          DNM1, DNM2, IEEE )
+*       SUBROUTINE SLASQ5( I0, N0, Z, PP, TAU, SIGMA, DMIN, DMIN1, DMIN2, DN,
+*                          DNM1, DNM2, IEEE, EPS )
 * 
 *       .. Scalar Arguments ..
 *       LOGICAL            IEEE
 *       INTEGER            I0, N0, PP
-*       REAL               DMIN, DMIN1, DMIN2, DN, DNM1, DNM2, TAU
+*       REAL               EPS, DMIN, DMIN1, DMIN2, DN, DNM1, DNM2, SIGMA, TAU
 *       ..
 *       .. Array Arguments ..
 *       REAL               Z( * )
 *>        This is the shift.
 *> \endverbatim
 *>
+*> \param[in] SIGMA
+*>          SIGMA is REAL
+*>        This is the accumulated shift up to this step.
+*> \endverbatim
+*>
 *> \param[out] DMIN
 *> \verbatim
 *>          DMIN is REAL
 *>          IEEE is LOGICAL
 *>        Flag for IEEE or non IEEE arithmetic.
 *> \endverbatim
+*>
+*> \param[in] EPS
+*> \verbatim
+*>         EPS is REAL
+*>        This is the value of epsilon used.
+*> \endverbatim
 *
 *  Authors:
 *  ========