From 6a2ebece241fd5d1a82787b446d8eb7b273ae97e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 26 Mar 2010 16:23:21 +0100 Subject: Don't try to render PDBs, part II: remove "molecule" from "struct image". --- src/diffraction-gpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/diffraction-gpu.h') diff --git a/src/diffraction-gpu.h b/src/diffraction-gpu.h index b23dab63..a9e46b66 100644 --- a/src/diffraction-gpu.h +++ b/src/diffraction-gpu.h @@ -24,7 +24,7 @@ struct gpu_context; #if HAVE_OPENCL extern void get_diffraction_gpu(struct gpu_context *gctx, struct image *image, - int na, int nb, int nc); + int na, int nb, int nc, UnitCell *ucell); extern struct gpu_context *setup_gpu(int no_sfac, struct image *image, double *intensities); extern void cleanup_gpu(struct gpu_context *gctx); @@ -32,7 +32,7 @@ extern void cleanup_gpu(struct gpu_context *gctx); #else static void get_diffraction_gpu(struct gpu_context *gctx, struct image *image, - int na, int nb, int nc) + int na, int nb, int nc, UnitCell *ucell) { /* Do nothing */ ERROR("This copy of CrystFEL was not compiled with OpenCL support.\n"); -- cgit v1.2.3