diff options
author | Thomas White <taw@physics.org> | 2010-02-08 14:36:45 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-08 14:36:45 +0100 |
commit | 48fa0eb07746e844b94374eaba6db549e33fc8c9 (patch) | |
tree | 0979d952dc30b448a1d083bd015988f1f6923970 /src/diffraction.h | |
parent | 70117260442534672d61abfcffda876fa34925f5 (diff) |
Add bandwidth calculation
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 2 |
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 */ |