aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-02-08 14:36:45 +0100
committerThomas White <taw@physics.org>2010-02-08 14:36:45 +0100
commit48fa0eb07746e844b94374eaba6db549e33fc8c9 (patch)
tree0979d952dc30b448a1d083bd015988f1f6923970 /src/diffraction.h
parent70117260442534672d61abfcffda876fa34925f5 (diff)
Add bandwidth calculation
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 */