diff options
Diffstat (limited to 'SRC/sgbtrs.f')
-rw-r--r-- | SRC/sgbtrs.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/sgbtrs.f b/SRC/sgbtrs.f index 84deab33..d47d41c0 100644 --- a/SRC/sgbtrs.f +++ b/SRC/sgbtrs.f @@ -138,7 +138,7 @@ SUBROUTINE SGBTRS( TRANS, N, KL, KU, NRHS, AB, LDAB, IPIV, B, LDB, $ INFO ) * -* -- LAPACK computational routine (version 3.2) -- +* -- LAPACK computational routine (version 3.4.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2011 |