diff options
author | Thomas White <taw@physics.org> | 2017-12-20 13:53:30 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:42 +0100 |
commit | 27fa902d7b7875de89e8eb1536812000f0a45889 (patch) | |
tree | 0ff370e6518839c57df52302872ee24b431f2c4c /src/post-refinement.h | |
parent | 6a305fecf59ef6471fea2809c726c98497b908b6 (diff) |
Pass serial number and verbosity level down
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index 3487ebac..0db2ae42 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -57,7 +57,8 @@ enum prflag extern const char *str_prflag(enum prflag flag); extern void refine_all(Crystal **crystals, int n_crystals, - RefList *full, int nthreads, PartialityModel pmodel); + RefList *full, int nthreads, PartialityModel pmodel, + int verbose); /* Exported so it can be poked by tests/pr_p_gradient_check */ extern double gradient(Crystal *cr, int k, Reflection *refl, |