summaryrefslogtreecommitdiff
path: root/ell_grid_solve.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2019-06-13 12:05:43 +0200
committerAnton Khirnov <anton@khirnov.net>2019-06-14 16:10:14 +0200
commitebf0e97dbfe895c66226ae264930a6e556f1768b (patch)
tree68a8a87974d478248d3ca8122b73d21af7e1947c /ell_grid_solve.c
parent3d02e1b61d6aa3e2c4c9be4e0f55dd7d2046dabb (diff)
hackswip
Diffstat (limited to 'ell_grid_solve.c')
-rw-r--r--ell_grid_solve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ell_grid_solve.c b/ell_grid_solve.c
index 57f6340..735f849 100644
--- a/ell_grid_solve.c
+++ b/ell_grid_solve.c
@@ -446,7 +446,7 @@ static int exact_arrays_alloc(EGSContext *ctx)
goto fail;
}
- ret = mg2di_bicgstab_context_alloc(&e->bicgstab, e->N, 64);
+ ret = mg2di_bicgstab_context_alloc(&e->bicgstab, e->N, 4);
if (ret < 0)
goto fail;