summaryrefslogtreecommitdiff
path: root/SRC/dbdsqr.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dbdsqr.f')
-rw-r--r--SRC/dbdsqr.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/dbdsqr.f b/SRC/dbdsqr.f
index d3630f34..93db95e7 100644
--- a/SRC/dbdsqr.f
+++ b/SRC/dbdsqr.f
@@ -233,7 +233,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date December 2016
+*> \date June 2017
*
*> \ingroup auxOTHERcomputational
*
@@ -241,10 +241,10 @@
SUBROUTINE DBDSQR( UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U,
$ LDU, C, LDC, WORK, INFO )
*
-* -- LAPACK computational routine (version 3.7.0) --
+* -- LAPACK computational routine (version 3.7.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* December 2016
+* June 2017
*
* .. Scalar Arguments ..
CHARACTER UPLO