aboutsummaryrefslogtreecommitdiff
path: root/src/partialator.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-08-30 16:15:25 +0200
committerThomas White <taw@physics.org>2019-09-02 13:14:32 +0200
commit79a84416f85a478206867dd8eee7ef157928057f (patch)
tree681815ec270b366fd8a04c6bdf12b978840dcab3 /src/partialator.c
parent1df82f92bb366bac6bb2e7e6e04506b2d22dab0e (diff)
Don't need separate wavelength for polarisation correction
Can use kpred
Diffstat (limited to 'src/partialator.c')
-rw-r--r--src/partialator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c
index ef6d0f80..ee577595 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -1436,7 +1436,7 @@ int main(int argc, char *argv[])
cr_refl = apply_max_adu(cr_refl, max_adu);
polarisation_correction(cr_refl, crystal_get_cell(cr),
- image->lambda, polarisation);
+ polarisation);
if ( !no_free ) select_free_reflections(cr_refl, rng);