diff options
Diffstat (limited to 'SRC/dsytrs2.f')
-rw-r--r-- | SRC/dsytrs2.f | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/dsytrs2.f b/SRC/dsytrs2.f index fe40ec29..9d1205b7 100644 --- a/SRC/dsytrs2.f +++ b/SRC/dsytrs2.f @@ -124,7 +124,7 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2015 +*> \date June 2016 * *> \ingroup doubleSYcomputational * @@ -132,10 +132,10 @@ SUBROUTINE DSYTRS2( UPLO, N, NRHS, A, LDA, IPIV, B, LDB, $ WORK, INFO ) * -* -- LAPACK computational routine (version 3.6.0) -- +* -- LAPACK computational routine (version 3.6.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2015 +* June 2016 * * .. Scalar Arguments .. CHARACTER UPLO |