diff options
author | Thomas White <taw@physics.org> | 2011-11-09 14:45:58 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:39 +0100 |
commit | 667c06f12ca19986acfc00b0bc3adc2ca7f58f58 (patch) | |
tree | 6c0bc218370124d7936d2b25faa1f4d9cb35eb13 /src/post-refinement.c | |
parent | 22d4f329abdcc91d04ac9cff67112eeeab1509a3 (diff) |
partialator: Use all reflections (not just the ones found the first time around)
Diffstat (limited to 'src/post-refinement.c')
-rw-r--r-- | src/post-refinement.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |