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/diffraction.c | |
parent | d79e90a428846d5944633bbe334cafd0ed9fc926 (diff) |
Switch bandwidth off for now
Diffstat (limited to 'src/diffraction.c')
-rw-r--r-- | src/diffraction.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |