From 9aafea1bdb0255ad7d2491d96174ac3407a6ca69 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 3 Dec 2010 16:43:19 +0100 Subject: Use symmetry when simulating on the GPU --- src/indexamajig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/indexamajig.c') diff --git a/src/indexamajig.c b/src/indexamajig.c index e99b1bd3..2fb6dd85 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -286,7 +286,7 @@ static void simulate_and_write(struct image *simage, struct gpu_context **gctx, * Unfortunately, setup has to go here since until now we don't know * enough about the situation. */ if ( (gctx != NULL) && (*gctx == NULL) ) { - *gctx = setup_gpu(0, simage, intensities, flags, gpu_dev); + *gctx = setup_gpu(0, simage, intensities, flags, sym, gpu_dev); } if ( (gctx != NULL) && (*gctx != NULL) ) { -- cgit v1.2.3