diff options
author | Thomas White <taw@physics.org> | 2010-02-26 16:47:27 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-26 16:54:59 +0100 |
commit | 7d8662ffe897dc2438141ecc8848863bad9b9d92 (patch) | |
tree | 46af84456de347220cfcb363c3b4e4ef70362f40 /src/diffraction.h | |
parent | 86dd71e8640394f4e4f5aa71b2e5f51f5fea4a11 (diff) |
Move water calculation to diffraction.c, and work out the consequences
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/diffraction.h b/src/diffraction.h index f26d9a4e..503e9d19 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -20,9 +20,7 @@ #include "cell.h" 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); + int nosfac, 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 */ |