diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/partialator.c | 2 | ||||
-rw-r--r-- | src/process_hkl.c | 3 |
2 files changed, 2 insertions, 3 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); diff --git a/src/process_hkl.c b/src/process_hkl.c index 5e17f31c..4ace75f4 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -271,8 +271,7 @@ static int merge_crystal(RefList *model, struct image *image, Crystal *cr, new_refl = crystal_get_reflections(cr); /* First, correct for polarisation */ - polarisation_correction(new_refl, crystal_get_cell(cr), - image->lambda, p); + polarisation_correction(new_refl, crystal_get_cell(cr), p); if ( reference != NULL ) { if ( do_scale ) { |