diff options
author | Thomas White <taw@physics.org> | 2011-09-27 17:20:47 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:38 +0100 |
commit | f296fc3ec3174c444209001cb0e495029915190f (patch) | |
tree | 2448a93646994e7dbefa413b774d9a4184b76292 | |
parent | 178c06c5102f02477fb2e87a8c4a44a4904c4e12 (diff) |
Comment out guide reflections mugwatch
-rw-r--r-- | src/partialator.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/partialator.c b/src/partialator.c index d566eb64..06e23861 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -240,9 +240,9 @@ static void select_reflections_for_refinement(struct image *images, int n, } } - STATUS("Image %4i: %i guide reflections accepted " - "(%i not scalable, %i few matches, %i total)\n", - i, n_acc, n_noscale, n_fewmatch, n_ref); + //STATUS("Image %4i: %i guide reflections accepted " + // "(%i not scalable, %i few matches, %i total)\n", + // i, n_acc, n_noscale, n_fewmatch, n_ref); /* This would be a silly situation, since there must be a match * if THIS pattern has a scalable part of the reflection! */ |