diff options
author | Thomas White <taw@physics.org> | 2019-06-19 10:55:56 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-07-17 09:22:23 +0200 |
commit | b62612cc17eda59a3aa347d8a51e7ea235ad716b (patch) | |
tree | 6d7ca36a33a43749db0ff6e6ef1ad39dee9a1e4c /src/post-refinement.h | |
parent | c411f89749adabe3406d516052394983434c17dd (diff) |
partialator: WIP on new minimiser
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 e2873b76..0c84f164 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -60,7 +60,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 verbose, int cycle, int no_logs, + int cycle, int no_logs, SymOpList *sym, SymOpList *amb, int scaleflags); extern void write_gridscan(Crystal *cr, const RefList *full, |