aboutsummaryrefslogtreecommitdiff
path: root/src/partialator.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-12-20 13:53:30 +0100
committerThomas White <taw@physics.org>2018-02-27 17:12:42 +0100
commit27fa902d7b7875de89e8eb1536812000f0a45889 (patch)
tree0ff370e6518839c57df52302872ee24b431f2c4c /src/partialator.c
parent6a305fecf59ef6471fea2809c726c98497b908b6 (diff)
Pass serial number and verbosity level down
Diffstat (limited to 'src/partialator.c')
-rw-r--r--src/partialator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c
index ced67edb..fa9c3ee9 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -1246,7 +1246,7 @@ int main(int argc, char *argv[])
STATUS("Scaling and refinement cycle %i of %i\n", i+1, n_iter);
if ( !no_pr ) {
- refine_all(crystals, n_crystals, full, nthreads, pmodel);
+ refine_all(crystals, n_crystals, full, nthreads, pmodel, 0);
} else if ( !no_scale ) {
scale_all_to_reference(crystals, n_crystals, full, nthreads);
}