summaryrefslogtreecommitdiff
path: root/SRC/dgesvj.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/dgesvj.f')
-rw-r--r--SRC/dgesvj.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dgesvj.f b/SRC/dgesvj.f
index cd60bbb7..0bb49cb6 100644
--- a/SRC/dgesvj.f
+++ b/SRC/dgesvj.f
@@ -1,11 +1,11 @@
SUBROUTINE DGESVJ( JOBA, JOBU, JOBV, M, N, A, LDA, SVA, MV, V,
+ LDV, WORK, LWORK, INFO )
*
-* -- LAPACK routine (version 3.2.1) --
+* -- LAPACK routine (version 3.2.2) --
*
* -- Contributed by Zlatko Drmac of the University of Zagreb and --
* -- Kresimir Veselic of the Fernuniversitaet Hagen --
-* -- April 2009 --
+* -- June 2010 --
*
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--