diff options
author | Thomas White <taw@physics.org> | 2012-02-20 16:03:35 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:45 +0100 |
commit | e1a9cd72af84ff153edd6d230ed63e2194dcb518 (patch) | |
tree | 3cc73ea61490b4ecad7940edef34183cc98ee039 /src/pattern_sim.h | |
parent | 053027a0e916d4f42d9beab533c9d64f8394d963 (diff) |
Remove all bandwidth and divergence stuff, fix pattern_sim
Bandwidth and divergence didn't work very well
Diffstat (limited to 'src/pattern_sim.h')
-rw-r--r-- | src/pattern_sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.h b/src/pattern_sim.h index fb376596..5d31dadf 100644 --- a/src/pattern_sim.h +++ b/src/pattern_sim.h @@ -20,7 +20,7 @@ /* Maxmimum index to hold values up to (can be increased if necessary) * WARNING: Altering this value constitutes an ABI change, and means you must * update data/diffraction.cl then recompile and reinstall everything. */ -#define INDMAX 200 +#define INDMAX 120 /* Array size */ #define IDIM (INDMAX*2 +1) |