From 3d22f28223ee6dcef7e8d0cba247ac112942e344 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 26 Nov 2009 12:20:05 +0100 Subject: Move constants around --- 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 e2994a0b..1e08e116 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -20,6 +20,7 @@ #include "cell.h" extern void get_diffraction(struct image *image); -extern double water_intensity(struct threevec q, double en); +extern double water_intensity(struct threevec q, double en, + double beam_r, double water_r); #endif /* DIFFRACTION_H */ -- cgit v1.2.3