diff options
author | Thomas White <taw@physics.org> | 2018-02-27 16:48:23 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:42 +0100 |
commit | df26c722cdcc68f4b3dcc09976ad0075b8e65537 (patch) | |
tree | 03418df0c8667c81c7b1751f97c3e5db08ba4a5b /src/post-refinement.h | |
parent | 6c0f047d2e87f939ed84bcf961b2b0361cbe6d55 (diff) |
partialator: Tidy up old log files, and add --no-logs
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 13382623..3c4ac7ef 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -59,7 +59,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 verbose, int cycle, int no_logs); extern void write_gridscan(Crystal *cr, const RefList *full, int cycle, int serial); |