From 6a9811f69425e47b061f4987970681dbbf27a2bd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 26 Mar 2010 15:07:18 +0100 Subject: Don't try to render PDBs, part I --- src/diffraction.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/diffraction.h') diff --git a/src/diffraction.h b/src/diffraction.h index 503e9d19..dd0795fb 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -20,7 +20,8 @@ #include "cell.h" extern void get_diffraction(struct image *image, int na, int nb, int nc, - int nosfac, int do_water); + double *intensities, int do_water); extern struct rvec get_q(struct image *image, unsigned int xs, unsigned int ys, unsigned int sampling, float *ttp, float k); + #endif /* DIFFRACTION_H */ -- cgit v1.2.3