--- rpl/lapack/lapack/dlasd6.f 2010/08/06 15:32:30 1.4 +++ rpl/lapack/lapack/dlasd6.f 2010/08/07 13:18:07 1.5 @@ -3,10 +3,10 @@ $ LDGNUM, POLES, DIFL, DIFR, Z, K, C, S, WORK, $ IWORK, 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 GIVPTR, ICOMPQ, INFO, K, LDGCOL, LDGNUM, NL, @@ -191,7 +191,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 * ===============