summaryrefslogtreecommitdiff
path: root/SRC/zpotrs.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zpotrs.f')
-rw-r--r--SRC/zpotrs.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/zpotrs.f b/SRC/zpotrs.f
index 5e3c2622..b476bcb9 100644
--- a/SRC/zpotrs.f
+++ b/SRC/zpotrs.f
@@ -103,17 +103,17 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date December 2016
*
*> \ingroup complex16POcomputational
*
* =====================================================================
SUBROUTINE ZPOTRS( UPLO, N, NRHS, A, LDA, B, LDB, INFO )
*
-* -- LAPACK computational routine (version 3.4.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 2011
+* December 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO