From 4a81d9f2d079651d8c7c0f555eba7903d54d7ca7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 28 Jun 2012 17:24:15 +0200 Subject: Don't lie about the number of badrow culled peaks --- libcrystfel/src/peaks.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libcrystfel/src/peaks.c b/libcrystfel/src/peaks.c index 121ecb6c..cb98f4e9 100644 --- a/libcrystfel/src/peaks.c +++ b/libcrystfel/src/peaks.c @@ -99,7 +99,6 @@ static int cull_peaks_in_panel(struct image *image, struct panel *p) if ( ncol <= 3 ) continue; /* Yes? Delete them all... */ - nelim = 0; for ( j=0; jfeatures, j); -- cgit v1.2.3