aboutsummaryrefslogtreecommitdiff
path: root/SRC/cgbsvxx.f
diff options
context:
space:
mode:
authordeaglanhalligan <deaglanhalligan@8a072113-8704-0410-8d35-dd094bca7971>2009-02-11 06:06:54 +0000
committerdeaglanhalligan <deaglanhalligan@8a072113-8704-0410-8d35-dd094bca7971>2009-02-11 06:06:54 +0000
commit1f0792306441cdcd175199ad6720671df249dc47 (patch)
tree3a1c16a498b614128bc3977416ee7b3090d03dae /SRC/cgbsvxx.f
parente9454e224e5fa4d61076493be3916a64f274a5ae (diff)
Added Jasons patches to bring work and rwork down to 2*N in the complex refinement routines.
Diffstat (limited to 'SRC/cgbsvxx.f')
-rw-r--r--SRC/cgbsvxx.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/cgbsvxx.f b/SRC/cgbsvxx.f
index f038cc26..29272e3e 100644
--- a/SRC/cgbsvxx.f
+++ b/SRC/cgbsvxx.f
@@ -410,9 +410,9 @@
* is true, 0.0 is false.
* Default: 1.0 (attempt componentwise convergence)
*
-* WORK (workspace) REAL array, dimension (4*N)
+* WORK (workspace) COMPLEX array, dimension (2*N)
*
-* IWORK (workspace) INTEGER array, dimension (N)
+* RWORK (workspace) REAL array, dimension (2*N)
*
* INFO (output) INTEGER
* = 0: Successful exit. The solution to every right-hand side is