diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-03-27 20:10:12 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-03-27 20:10:12 +0100 |
commit | f15dc3d8b88c7a4a7054309fbcd5756de8a7fc0b (patch) | |
tree | f78389a5984861e3007d75fab4574eb561a27017 /src/indexamajig.c | |
parent | bdd2a7b4a8a5456a023d54be6fd5d6a011314c7e (diff) |
Make it obvious, when using GPU simulation, if a required reflection is unavailable
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 c24b0e6b..1ffae789 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -151,7 +151,7 @@ static void simulate_and_write(struct image *simage, struct gpu_context **gctx, { /* Set up GPU if necessary */ if ( (gctx != NULL) && (*gctx == NULL) ) { - *gctx = setup_gpu(0, simage, intensities); + *gctx = setup_gpu(0, simage, intensities, counts); } if ( (gctx != NULL) && (*gctx != NULL) ) { |