aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.c
diff options
context:
space:
mode:
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 aeafcddc..631540f5 100644
--- a/src/post-refinement.c
+++ b/src/post-refinement.c
@@ -515,5 +515,5 @@ void pr_refine(struct image *image, const RefList *full, const char *sym)
i++;
- } while ( (max_shift > 0.01) && (i < MAX_CYCLES) );
+ } while ( (max_shift > 50.0) && (i < MAX_CYCLES) );
}