From a89978c444b8b24f60476e1ccbeb3daeeecf39da Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 15 Apr 2014 17:20:19 +0200 Subject: Tidy up --- src/partialator.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/partialator.c b/src/partialator.c index 304c2f22..bc8704b0 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -600,12 +600,9 @@ int main(int argc, char *argv[]) crystal_set_image(cryst, &images[i]); /* Now it's safe to do the following */ - update_partialities_2(cryst, pmodel, - &n_gained, &n_lost, + update_partialities_2(cryst, pmodel, &n_gained, &n_lost, &mean_p_change); assert(n_gained == 0); /* That'd just be silly */ - STATUS("%i gained, %i lost, mean p change = %f\n", - n_gained, n_lost, mean_p_change); as = crystal_get_reflections(cryst); nobs += select_scalable_reflections(as, reference); -- cgit v1.2.3