From db285f5ff2a6d37f4ff73ecf72ae3a4fe1cdcf3f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 13 Jan 2012 17:27:24 +0100 Subject: Fix missing IDIM in diffraction.cl --- data/diffraction.cl | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/diffraction.cl b/data/diffraction.cl index c86d54d4..3442e63a 100644 --- a/data/diffraction.cl +++ b/data/diffraction.cl @@ -14,6 +14,7 @@ * WARNING: Altering this value constitutes an ABI change, and means you must * update src/pattern_sim.h then recompile and reinstall everything. */ #define INDMAX 200 +#define IDIM (INDMAX*2 +1) #ifndef M_PI #define M_PI ((float)(3.14159265)) -- cgit v1.2.3