aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-08 14:49:44 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:32 +0100
commit06238f6deee66dc1a90920f335cab5af88e6693c (patch)
treedec46aae38ebf53eec32ba3973f4bd174a743653 /src/post-refinement.c
parentbf559eb3bbf7907ece08feb96624c4084857c316 (diff)
Switch off verbosity
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r--src/post-refinement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post-refinement.c b/src/post-refinement.c
index d53c803d..e9231915 100644
--- a/src/post-refinement.c
+++ b/src/post-refinement.c
@@ -482,7 +482,7 @@ void pr_refine(struct image *image, const RefList *full)
{
double max_shift, dev;
int i;
- const int verbose = 1;
+ const int verbose = 0;
if ( verbose ) {
dev = guide_dev(image, full);