aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction-gpu.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-26 18:23:47 +0100
committerThomas White <taw@physics.org>2010-03-26 18:23:47 +0100
commit1c1569d3fdb622bd8366d9675afe22cac7729021 (patch)
treee91ac866d4380630094a4fa8fcbf7ef1f4a31297 /src/diffraction-gpu.c
parentd79e90a428846d5944633bbe334cafd0ed9fc926 (diff)
Switch bandwidth off for now
Diffstat (limited to 'src/diffraction-gpu.c')
-rw-r--r--src/diffraction-gpu.c4
1 files changed, 2 insertions, 2 deletions
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)