aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-05-10 16:22:07 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:26 +0100
commitf0fa4f72b89eacc72b40eb7ecfa244d1dce6582a (patch)
treed988677820320b8f0fe3146c4159c999d766e612 /src/post-refinement.c
parent464f8eba5bba31d59c029801f092528dfa9bb36e (diff)
Show PR iteration number starting from 1
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 2dc7d433..087cca67 100644
--- a/src/post-refinement.c
+++ b/src/post-refinement.c
@@ -485,7 +485,7 @@ void pr_refine(struct image *image, const RefList *full, const char *sym)
dev = mean_partial_dev(image, full, sym);
STATUS("PR Iteration %2i: max shift = %5.2f dev = %5.2f\n",
- i, max_shift, dev);
+ i+1, max_shift, dev);
i++;