summaryrefslogtreecommitdiff
path: root/SRC/dgesvj.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dgesvj.f')
-rw-r--r--SRC/dgesvj.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/dgesvj.f b/SRC/dgesvj.f
index 1e8933b6..2cbc5ce0 100644
--- a/SRC/dgesvj.f
+++ b/SRC/dgesvj.f
@@ -260,7 +260,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date December 2016
+*> \date June 2017
*
*> \ingroup doubleGEcomputational
*
@@ -337,10 +337,10 @@
SUBROUTINE DGESVJ( JOBA, JOBU, JOBV, M, N, A, LDA, SVA, MV, V,
$ LDV, WORK, LWORK, 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 ..
INTEGER INFO, LDA, LDV, LWORK, M, MV, N