aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-05-10 16:12:22 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:25 +0100
commit2b2cb2c85316e9379a9e93fde5293df823cadf5e (patch)
tree17cf0b1d6a5f99f9b866272cd4e9a831a18adaa8 /src/post-refinement.c
parentc981c23d4c4296ffc29617b7b89f86b69bcd0c3f (diff)
Display the deviation before doing post refinement
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 c3432af1..9131905e 100644
--- a/src/post-refinement.c
+++ b/src/post-refinement.c
@@ -468,7 +468,7 @@ void pr_refine(struct image *image, const RefList *full, const char *sym)
STATUS("At start of post refinement, ax*=%e\n", ax);
dev = mean_partial_dev(image, full, sym);
- //STATUS("PR starting dev = %5.2f\n", dev);
+ STATUS("PR starting dev = %5.2f\n", dev);
/* FIXME: This is for debugging */
//plot_curve(image, full, sym);