From 1c1569d3fdb622bd8366d9675afe22cac7729021 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 26 Mar 2010 18:23:47 +0100 Subject: Switch bandwidth off 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 741f7b69..e142035d 100644 --- a/src/diffraction-gpu.c +++ b/src/diffraction-gpu.c @@ -26,8 +26,8 @@ #define SAMPLING (4) -#define BWSAMPLING (10) -#define BANDWIDTH (1.0 / 100.0) +#define BWSAMPLING (1) +#define BANDWIDTH (0.0 / 100.0) #define SINC_LUT_ELEMENTS (4096) -- cgit v1.2.3