From ac0be37983d4a5507e21a19794cb0bf6474fd592 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 9 Dec 2014 11:59:21 +0100 Subject: read_stream_reflections_2_3(): set redundancy to 1 --- libcrystfel/src/stream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 4d32b955..3cc1c0e8 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -325,6 +325,7 @@ static RefList *read_stream_reflections_2_3(FILE *fh, struct detector *det) set_esd_intensity(refl, sigma); set_peak(refl, pk); set_mean_bg(refl, bg); + set_redundancy(refl, 1); } } while ( rval != NULL ); -- cgit v1.2.3