diff options
Diffstat (limited to 'src/geometry.c')
-rw-r--r-- | src/geometry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geometry.c b/src/geometry.c index 717f5725..914dadec 100644 --- a/src/geometry.c +++ b/src/geometry.c @@ -221,6 +221,7 @@ static int check_reflection(struct image *image, double mres, int output, refl = add_refl(reflections, h, k, l); set_detector_pos(refl, 0.0, xda, yda); set_partial(refl, rlow, rhigh, part, clamp_low, clamp_high); + set_redundancy(refl, 1); if ( output ) { printf("%3i %3i %3i %6f (at %5.2f,%5.2f) %5.2f\n", |