diff options
author | Thomas White <taw@physics.org> | 2010-03-26 15:07:18 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-26 15:07:18 +0100 |
commit | 6a9811f69425e47b061f4987970681dbbf27a2bd (patch) | |
tree | 0a84dd3e7f13b5ad60c6a1dd3dce453f9140bfc6 /src/diffraction-gpu.h | |
parent | a6f27929be30c6713a8e929bf6c15f3566453a2a (diff) |
Don't try to render PDBs, part I
Diffstat (limited to 'src/diffraction-gpu.h')
-rw-r--r-- | src/diffraction-gpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/diffraction-gpu.h b/src/diffraction-gpu.h index f3bed8bf..b23dab63 100644 --- a/src/diffraction-gpu.h +++ b/src/diffraction-gpu.h @@ -26,7 +26,7 @@ struct gpu_context; extern void get_diffraction_gpu(struct gpu_context *gctx, struct image *image, int na, int nb, int nc); extern struct gpu_context *setup_gpu(int no_sfac, struct image *image, - struct molecule *molecule); + double *intensities); extern void cleanup_gpu(struct gpu_context *gctx); #else @@ -39,7 +39,7 @@ static void get_diffraction_gpu(struct gpu_context *gctx, struct image *image, } static struct gpu_context *setup_gpu(int no_sfac, struct image *image, - struct molecule *molecule) + double *intensities) { return NULL; } |