From fa5e79624c3417dd69058a8e1cdf5d79ebda95c2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 24 Jun 2011 20:36:55 +0200 Subject: Disable divergence simulation (for now) --- src/diffraction-gpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/diffraction-gpu.c') diff --git a/src/diffraction-gpu.c b/src/diffraction-gpu.c index 74e2292a..605b1514 100644 --- a/src/diffraction-gpu.c +++ b/src/diffraction-gpu.c @@ -34,8 +34,8 @@ #define SAMPLING (4) -#define BWSAMPLING (1) -#define DIVSAMPLING (4) +#define BWSAMPLING (10) +#define DIVSAMPLING (1) #define SINC_LUT_ELEMENTS (4096) -- cgit v1.2.3