diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-05-04 06:50:01 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-05-04 06:50:01 -0700 |
commit | eee5f3a9dac03134ee2269968ad870b0c812c036 (patch) | |
tree | 53242a82a30e5672cbe098196615f1e2fe7d91e6 /src/indexamajig.c | |
parent | e666496c3143524d835f4cbf489974ce6c5556a5 (diff) |
pattern_sim: Switchable gradient methods
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r-- | src/indexamajig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 9e71e9a7..bd3b53e2 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -208,7 +208,7 @@ static void simulate_and_write(struct image *simage, struct gpu_context **gctx, get_diffraction_gpu(*gctx, simage, 24, 24, 40, cell); } else { get_diffraction(simage, 24, 24, 40, - intensities, counts, cell, 0); + intensities, counts, cell, 0, GRADIENT_MOSAIC); } record_image(simage, 0); |