diff options
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 */ |