From 5ab26bafd351cc8ac412ce5993c9ddedf34c6683 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 31 Jan 2012 16:47:49 -0800 Subject: Add point group mmm to GPU simulation --- src/diffraction-gpu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/diffraction-gpu.c b/src/diffraction-gpu.c index c365cecb..b3950570 100644 --- a/src/diffraction-gpu.c +++ b/src/diffraction-gpu.c @@ -444,6 +444,8 @@ struct gpu_context *setup_gpu(int no_sfac, strncat(cflags, "-DPG6 ", 511-strlen(cflags)); } else if ( strcmp(sym, "6/m") == 0 ) { strncat(cflags, "-DPG6M ", 511-strlen(cflags)); + } else if ( strcmp(sym, "mmm") == 0 ) { + strncat(cflags, "-DPGMMM ", 511-strlen(cflags)); } else { ERROR("Sorry! Point group '%s' is not currently" " supported on the GPU." -- cgit v1.2.3