aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pattern_sim.h')
-rw-r--r--src/pattern_sim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.h b/src/pattern_sim.h
index 4476a34a..fb376596 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 140
+#define INDMAX 200
/* Array size */
#define IDIM (INDMAX*2 +1)