aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-08 11:58:51 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:32 +0100
commit8d936be13863254963787dc492448792203bb1c0 (patch)
tree564f5ac8a048f0ab5b0c4b29621f7a01d0d8ee98 /src/post-refinement.c
parent5d6141ce7420132ea1d59b6a199e606625a6ce12 (diff)
Make post refinement go a LOT faster
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 d8783c6b..d53c803d 100644
--- a/src/post-refinement.c
+++ b/src/post-refinement.c
@@ -505,7 +505,7 @@ void pr_refine(struct image *image, const RefList *full)
max_shift = pr_iterate(image, full);
- update_partialities(image);
+ update_partialities(image, NULL, NULL, NULL);
if ( verbose ) {
dev = guide_dev(image, full);