diff options
author | Thomas White <taw@physics.org> | 2010-02-08 10:57:09 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-08 10:57:09 +0100 |
commit | 687eed4650e74a86f45cd533dd94a0a2ace1d1e8 (patch) | |
tree | 76089b2787ce5ed5c13137220fa411905e6ab450 /src/diffraction.h | |
parent | e0ebaddca236d0bcfc7b7eb56c9d72dccee0673f (diff) |
Rework multisampling (remove Ewald module)
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 efc59d36..36d1c21f 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -23,5 +23,6 @@ extern void get_diffraction(struct image *image, int na, int nb, int nc, int nosfac); extern double water_intensity(struct rvec q, double en, double beam_r, double water_r); - +extern struct rvec get_q(struct image *image, unsigned int xs, unsigned int ys, + unsigned int sampling, float *ttp); #endif /* DIFFRACTION_H */ |