From 95867280ab72ce6ade22f2cf7fcbc5b47b6cc95d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 11 Mar 2016 20:00:45 +0100 Subject: solve: export aligned coefficients --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.c') diff --git a/init.c b/init.c index 6ea45de..292c555 100644 --- a/init.c +++ b/init.c @@ -75,7 +75,7 @@ int bd_solve(BDContext *bd) return ret; bd->psi_minus1_coeffs = s->coeffs; - bd->stride = s->nb_coeffs[0]; + bd->stride = s->coeffs_stride; return 0; } -- cgit v1.2.3