--- rpl/lapack/lapack/dlasd3.f 2010/01/26 15:22:46 1.1 +++ rpl/lapack/lapack/dlasd3.f 2010/12/21 13:53:33 1.8 @@ -2,10 +2,10 @@ $ LDU2, VT, LDVT, VT2, LDVT2, IDXC, CTOT, Z, $ INFO ) * -* -- LAPACK auxiliary routine (version 3.2) -- +* -- LAPACK auxiliary routine (version 3.2.2) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2006 +* June 2010 * * .. Scalar Arguments .. INTEGER INFO, K, LDQ, LDU, LDU2, LDVT, LDVT2, NL, NR, @@ -121,7 +121,7 @@ * INFO (output) INTEGER * = 0: successful exit. * < 0: if INFO = -i, the i-th argument had an illegal value. -* > 0: if INFO = 1, an singular value did not converge +* > 0: if INFO = 1, a singular value did not converge * * Further Details * ===============