diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-06-24 20:36:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:28 +0100 |
commit | fa5e79624c3417dd69058a8e1cdf5d79ebda95c2 (patch) | |
tree | 582e660c3e7f2d4d87d0880255d451b6cfdf113b | |
parent | 03549bb3dc974de064daa9747fd952a7e53cb9ce (diff) |
Disable divergence simulation (for now)
-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 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) diff --git a/src/diffraction.c b/src/diffraction.c index 23b7d46d..0c90f556 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -27,8 +27,8 @@ #define SAMPLING (4) -#define BWSAMPLING (1) -#define DIVSAMPLING (4) +#define BWSAMPLING (10) +#define DIVSAMPLING (1) #define SINC_LUT_ELEMENTS (4096) |