From ebf0e97dbfe895c66226ae264930a6e556f1768b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 13 Jun 2019 12:05:43 +0200 Subject: hacks --- ell_grid_solve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ell_grid_solve.c') 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; -- cgit v1.2.3