diff options
Diffstat (limited to 'SRC/csytri.f')
-rw-r--r-- | SRC/csytri.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/csytri.f b/SRC/csytri.f index 2229dedf..43de3c63 100644 --- a/SRC/csytri.f +++ b/SRC/csytri.f @@ -114,7 +114,7 @@ * ===================================================================== SUBROUTINE CSYTRI( UPLO, N, A, LDA, IPIV, WORK, INFO ) * -* -- LAPACK computational routine (version 3.3.1) -- +* -- 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 |