diff options
author | Thomas White <taw@physics.org> | 2015-09-08 15:30:48 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-09-24 13:28:30 +0200 |
commit | 63741b85b77d5a822e95318f549fe4d2392e29b8 (patch) | |
tree | 67b3f8f1069cad6f811b0b0805589ff66b49230e /src/post-refinement.h | |
parent | 950d25fda7ac78fc4f97c5b3ce12f549b6cb9995 (diff) |
Reject big B factors before trying PR
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index f00a11ec..9c0f9984 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -76,7 +76,7 @@ extern const char *str_prflag(enum prflag flag); extern void refine_all(Crystal **crystals, int n_crystals, RefList *full, int nthreads, PartialityModel pmodel, - int no_scale, int no_pr, + int no_scale, int no_pr, double max_B, double *initial_residual, double *initial_free_residual, double *initial_log_residual, |