From 1a629dbe395a85ccc600340fe9ef6366e918e42c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 28 Nov 2014 11:31:11 +0100 Subject: indexamajig: Report implausibly negative reflections only after final integration --- libcrystfel/src/integration.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libcrystfel/src/integration.c') diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index edc6e7eb..05060f70 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -1806,12 +1806,6 @@ static void integrate_rings(IntegrationMethod meth, crystal_set_num_saturated_reflections(cr, ic.n_saturated); crystal_set_num_implausible_reflections(cr, ic.n_implausible); - - if ( ic.n_implausible ) { - STATUS("Warning: %i implausibly negative reflection%s in %s.\n", - ic.n_implausible, ic.n_implausible>1?"s":"", - image->filename); - } } -- cgit v1.2.3