aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-04-29 18:58:44 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:25 +0100
commitc97643b36f4ad74900b4709243196f289b47d45d (patch)
tree9e3bfbbaa03ef9e26ec386cda93a1d19f5c5ccdc /src/peaks.c
parent785247fef137fe9393964b1b887712cda9685dea (diff)
Fussiness
Diffstat (limited to 'src/peaks.c')
-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;