summaryrefslogtreecommitdiff
path: root/SRC/dspevd.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dspevd.f')
-rw-r--r--SRC/dspevd.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/dspevd.f b/SRC/dspevd.f
index 96ddbc80..5b99d755 100644
--- a/SRC/dspevd.f
+++ b/SRC/dspevd.f
@@ -170,7 +170,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date December 2016
+*> \date June 2017
*
*> \ingroup doubleOTHEReigen
*
@@ -178,10 +178,10 @@
SUBROUTINE DSPEVD( JOBZ, UPLO, N, AP, W, Z, LDZ, WORK, LWORK,
$ IWORK, LIWORK, INFO )
*
-* -- LAPACK driver routine (version 3.7.0) --
+* -- LAPACK driver 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 JOBZ, UPLO