diff options
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/integration.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index 6e8063e9..8c5347cb 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -1341,6 +1341,10 @@ static void integrate_prof2d_once(struct intcontext *ic, struct peak_box *bx) if ( get_int_diag(ic, bx->refl) ) show_peak_box(ic, bx); + } else { + + set_redundancy(bx->refl, 0); + } } |