aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/peaks.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/peaks.c b/src/peaks.c
index 153387bc..0af195e6 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -565,8 +565,6 @@ int peak_sanity_check(struct image *image, UnitCell *cell,
if ( dist <= domain_r ) n_sane++;
}
-
-
}
if ( (float)n_sane / (float)n_feat < 0.1 ) return 0;