aboutsummaryrefslogtreecommitdiff
path: root/SRC/csytrs2.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/csytrs2.f')
-rw-r--r--SRC/csytrs2.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/csytrs2.f b/SRC/csytrs2.f
index ab2ca687..1002b546 100644
--- a/SRC/csytrs2.f
+++ b/SRC/csytrs2.f
@@ -124,7 +124,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2015
+*> \date December 2016
*
*> \ingroup complexSYcomputational
*
@@ -132,10 +132,10 @@
SUBROUTINE CSYTRS2( UPLO, N, NRHS, A, LDA, IPIV, B, LDB,
$ WORK, INFO )
*
-* -- LAPACK computational routine (version 3.6.0) --
+* -- LAPACK computational routine (version 3.7.0) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2015
+* December 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO