diff options
author | Thomas White <taw@physics.org> | 2014-04-15 17:20:19 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-04-15 17:20:19 +0200 |
commit | a89978c444b8b24f60476e1ccbeb3daeeecf39da (patch) | |
tree | 41fd9f172c25a70d07182031ecad87474de6612e /src/partialator.c | |
parent | fc46c658cf4af89cad9f8637bc2c73b107b548f1 (diff) |
Tidy up
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 5 |
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); |