aboutsummaryrefslogtreecommitdiff
path: root/SRC/cggev.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/cggev.f')
-rw-r--r--SRC/cggev.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/cggev.f b/SRC/cggev.f
index 3fb5608d..18b4f47e 100644
--- a/SRC/cggev.f
+++ b/SRC/cggev.f
@@ -209,7 +209,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date April 2012
*
*> \ingroup complexGEeigen
*
@@ -217,10 +217,10 @@
SUBROUTINE CGGEV( JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA,
$ VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO )
*
-* -- LAPACK driver routine (version 3.4.0) --
+* -- LAPACK driver routine (version 3.4.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* April 2012
*
* .. Scalar Arguments ..
CHARACTER JOBVL, JOBVR