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.h | |
parent | a6f27929be30c6713a8e929bf6c15f3566453a2a (diff) |
Don't try to render PDBs, part I
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |