aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-06-28 17:24:15 +0200
committerThomas White <taw@physics.org>2012-06-28 17:24:15 +0200
commit4a81d9f2d079651d8c7c0f555eba7903d54d7ca7 (patch)
tree477db83e5cb42ebcc93a5268e1e490d11b890cec
parent172293570b790ffcde14128404d9c0e294ca1f30 (diff)
Don't lie about the number of badrow culled peaks
-rw-r--r--libcrystfel/src/peaks.c1
1 files changed, 0 insertions, 1 deletions
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; j<n; j++ ) {
struct imagefeature *g;
g = image_get_feature(image->features, j);