aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-07-17 15:19:38 +0200
committerThomas White <taw@physics.org>2015-07-17 15:27:05 +0200
commit93a708ef17d6bc314a343e837ce41ac4739cfc51 (patch)
tree823c7e2edc2a9983cd50a4e08172e8d99b14c87b /src/post-refinement.h
parent6080da714069610e2c5ef53d374f97b1cd29f1bb (diff)
partialator: Add --no-pr
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h
index a0d27591..b59ae24f 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -57,7 +57,7 @@ struct prdata
extern void refine_all(Crystal **crystals, int n_crystals,
RefList *full, int nthreads, PartialityModel pmodel,
- int no_scale,
+ int no_scale, int no_pr,
double *initial_residual, double *initial_free_residual,
double *final_residual, double *final_free_residual);