aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-11-15 16:22:22 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:40 +0100
commit2699959f3ab228d4854147dc05796cb1711a80fe (patch)
treec9cfa0eb9d42a163a12f182e50cdddb7654f091f /data
parente4635a53966f995d2e5c878cfe6744c3ca4e12e3 (diff)
Increase INDMAX to 200
Diffstat (limited to 'data')
-rw-r--r--data/diffraction.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/diffraction.cl b/data/diffraction.cl
index 0a463007..c86d54d4 100644
--- a/data/diffraction.cl
+++ b/data/diffraction.cl
@@ -13,7 +13,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 src/pattern_sim.h then recompile and reinstall everything. */
-#define INDMAX 140
+#define INDMAX 200
#ifndef M_PI
#define M_PI ((float)(3.14159265))