aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-26 12:20:05 +0100
committerThomas White <taw@physics.org>2009-11-26 12:20:14 +0100
commit3d22f28223ee6dcef7e8d0cba247ac112942e344 (patch)
tree8dd47d46eb78bc52ce284ec833af46342320e86a /src/diffraction.h
parentfe9063f6c7b353d6ab983052d55fe63b093a5335 (diff)
Move constants around
Diffstat (limited to 'src/diffraction.h')
-rw-r--r--src/diffraction.h3
1 files changed, 2 insertions, 1 deletions
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 */