diff options
Diffstat (limited to 'libcrystfel/src/geometry.h')
-rw-r--r-- | libcrystfel/src/geometry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h index 4bd1624f..db3c0fe8 100644 --- a/libcrystfel/src/geometry.h +++ b/libcrystfel/src/geometry.h @@ -110,7 +110,7 @@ extern double r_gradient(UnitCell *cell, int k, Reflection *refl, struct image *image); extern void update_predictions(Crystal *cryst); extern struct polarisation parse_polarisation(const char *text); -extern void polarisation_correction(RefList *list, UnitCell *cell, double lambda, +extern void polarisation_correction(RefList *list, UnitCell *cell, struct polarisation p); extern double sphere_fraction(double rlow, double rhigh, double pr); |