diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-02-19 22:43:11 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-02-19 22:43:38 +0100 |
commit | dca8cc2962e2768a7cb69b5d9717b6e5c78be288 (patch) | |
tree | d89d9bf32b37a3d9c781321bcc4f523f7586b48c /data/diffraction.cl | |
parent | c7e0450702ab668cdcda34541e6bf815d50be8a8 (diff) |
Move critical array size definitions to share between CPU and GPU versions
Diffstat (limited to 'data/diffraction.cl')
-rw-r--r-- | data/diffraction.cl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/diffraction.cl b/data/diffraction.cl index 41d331b3..7cb98034 100644 --- a/data/diffraction.cl +++ b/data/diffraction.cl @@ -10,8 +10,7 @@ */ -#define INDMAX 70 -#define IDIM (INDMAX*2 +1) +#include <defs.h> float4 quat_rot(float4 q, float4 z) |