diff options
author | Thomas White <taw@physics.org> | 2010-03-26 18:23:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-26 18:23:47 +0100 |
commit | 1c1569d3fdb622bd8366d9675afe22cac7729021 (patch) | |
tree | e91ac866d4380630094a4fa8fcbf7ef1f4a31297 /src | |
parent | d79e90a428846d5944633bbe334cafd0ed9fc926 (diff) |
Switch bandwidth off for now
Diffstat (limited to 'src')
-rw-r--r-- | src/diffraction-gpu.c | 4 | ||||
-rw-r--r-- | src/diffraction.c | 4 |
2 files changed, 4 insertions, 4 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) diff --git a/src/diffraction.c b/src/diffraction.c index a0c3a9a1..5ecf04f5 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -25,8 +25,8 @@ #define SAMPLING (4) -#define BWSAMPLING (10) -#define BANDWIDTH (1.0 / 100.0) +#define BWSAMPLING (1) +#define BANDWIDTH (0.0 / 100.0) static double lattice_factor(struct rvec q, double ax, double ay, double az, |