aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/partialator.c5
1 files changed, 1 insertions, 4 deletions
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);