diff options
Diffstat (limited to 'SRC/slasd1.f')
-rw-r--r-- | SRC/slasd1.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/slasd1.f b/SRC/slasd1.f index 080a9f28..6e3a2a67 100644 --- a/SRC/slasd1.f +++ b/SRC/slasd1.f @@ -1,10 +1,10 @@ SUBROUTINE SLASD1( NL, NR, SQRE, D, ALPHA, BETA, U, LDU, VT, LDVT, $ IDXQ, IWORK, WORK, INFO ) * -* -- LAPACK auxiliary routine (version 3.2.2) -- +* -- LAPACK auxiliary routine (version 3.3.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2010 +* -- April 2011 -- * * .. Scalar Arguments .. INTEGER INFO, LDU, LDVT, NL, NR, SQRE |