diff options
author | Thomas White <taw@physics.org> | 2018-05-02 16:23:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-07 10:08:02 +0200 |
commit | 73675c8c4cb66245758b705f35255b80b6c8d743 (patch) | |
tree | 99d6b1f9028b2230a03e74bdff80ca217549841c /src/post-refinement.h | |
parent | 0c79014b71b4fc57912c016a5112e7c6ab86a632 (diff) |
Remove unused parameter
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 e2416a23..8c345729 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -74,7 +74,7 @@ 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 complain); + int *pn_used, const char *filename); extern void write_test_logs(Crystal *crystal, const RefList *full, signed int cycle, int serial); |