aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/diffraction.h')
-rw-r--r--src/diffraction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diffraction.h b/src/diffraction.h
index 36d1c21f..f26d9a4e 100644
--- a/src/diffraction.h
+++ b/src/diffraction.h
@@ -24,5 +24,5 @@ extern void get_diffraction(struct image *image, int na, int nb, int nc,
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);
+ unsigned int sampling, float *ttp, float k);
#endif /* DIFFRACTION_H */