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/partialator.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index 252d6cfd..b3d40b02 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -452,8 +452,7 @@ int main(int argc, char *argv[]) reflist_free(cur->reflections); cur->reflections = as; - predict_corresponding_reflections(cur, sym, &n_expected, - &n_found, &n_notfound); + update_partialities(cur, &n_expected, &n_found, &n_notfound); nobs += select_scalable_reflections(cur->reflections, reference); @@ -513,9 +512,8 @@ int main(int argc, char *argv[]) struct image *cur = &images[j]; - predict_corresponding_reflections(cur, sym, &n_expected, - &n_found, - &n_notfound); + update_partialities(cur, &n_expected, + &n_found, &n_notfound); nobs += select_scalable_reflections(cur->reflections, reference); -- cgit v1.2.3