aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-22 15:43:00 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:20 +0100
commit254d6459a53e12b39af6015e681925a70ff46393 (patch)
tree3c1bb1427d366a96a66ba15839c3e3b22a92c714 /src/peaks.c
parente397d27fbbfdc93449ed729fe48eda4f40f020e4 (diff)
indexamajig: Reduce verbosity a lot
Diffstat (limited to 'src/peaks.c')
-rw-r--r--src/peaks.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/peaks.c b/src/peaks.c
index 591b9e46..21e60cce 100644
--- a/src/peaks.c
+++ b/src/peaks.c
@@ -492,7 +492,6 @@ RefList *find_projected_peaks(struct image *image, UnitCell *cell,
optimise_reflist(reflections);
- STATUS("Found %i reflections\n", n_reflections);
return reflections;
}
@@ -559,8 +558,6 @@ int peak_sanity_check(struct image *image, UnitCell *cell,
}
- STATUS("Sanity factor: %f / %f = %f\n", (float)n_sane, (float)n_feat,
- (float)n_sane / (float)n_feat);
if ( (float)n_sane / (float)n_feat < 0.1 ) return 0;
return 1;