aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-12-12 16:15:38 +0100
committerThomas White <taw@physics.org>2018-02-27 17:12:42 +0100
commitf77e60c21e9b5f02fa265b258d07010debbfcee3 (patch)
tree3eb9e292b899a1fc67896d67e79999f31f9cb6aa /src/post-refinement.h
parent55a8a64893ad2a6d303e4f33271e830a4f3da8f9 (diff)
Don't complain loudly about scaling failures during refinement
As long as it doesn't end up somewhere bad, it can probe where it likes.
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 7f395013..3487ebac 100644
--- a/src/post-refinement.h
+++ b/src/post-refinement.h
@@ -64,6 +64,6 @@ extern double gradient(Crystal *cr, int k, Reflection *refl,
PartialityModel pmodel);
extern double residual(Crystal *cr, const RefList *full, int free,
- int *pn_used, const char *filename);
+ int *pn_used, const char *filename, int complain);
#endif /* POST_REFINEMENT_H */