From 8d936be13863254963787dc492448792203bb1c0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 8 Jul 2011 11:58:51 +0200 Subject: Make post refinement go a LOT faster --- src/post-refinement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post-refinement.c') 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); -- cgit v1.2.3