aboutsummaryrefslogtreecommitdiff
path: root/SRC/cggev.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-04-13 18:22:32 +0000
committerjulie <julielangou@users.noreply.github.com>2012-04-13 18:22:32 +0000
commitf0b200da5b5bd3233a2d0da2dc1a8d651a66aaba (patch)
tree4c6ab87104b2510aa3f33c6f7f0a34b47032d574 /SRC/cggev.f
parentac815691de2ed885789fead93fb4938f86a56cf5 (diff)
Update version number
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