summaryrefslogtreecommitdiff
path: root/SRC/zsytri2.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zsytri2.f')
-rw-r--r--SRC/zsytri2.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/zsytri2.f b/SRC/zsytri2.f
index 0f131513..51abfc63 100644
--- a/SRC/zsytri2.f
+++ b/SRC/zsytri2.f
@@ -120,17 +120,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date September 2012
+*> \date November 2015
*
*> \ingroup complex16SYcomputational
*
* =====================================================================
SUBROUTINE ZSYTRI2( UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.2) --
+* -- LAPACK computational routine (version 3.6.0) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* September 2012
+* November 2015
*
* .. Scalar Arguments ..
CHARACTER UPLO