From 667c06f12ca19986acfc00b0bc3adc2ca7f58f58 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 9 Nov 2011 14:45:58 +0100 Subject: partialator: Use all reflections (not just the ones found the first time around) --- 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 97957840..0f541ace 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -526,7 +526,7 @@ void pr_refine(struct image *image, const RefList *full) max_shift = pr_iterate(image, full); - update_partialities(image, NULL, NULL, NULL); + update_partialities(image); if ( verbose ) { dev = guide_dev(image, full); -- cgit v1.2.3