From 2699959f3ab228d4854147dc05796cb1711a80fe Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 15 Nov 2011 16:22:22 +0100 Subject: Increase INDMAX to 200 --- data/diffraction.cl | 2 +- src/pattern_sim.h | 2 +- 2 files changed, 2 insertions(+), 2 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)) 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) -- cgit v1.2.3