diff options
author | Thomas White <taw@physics.org> | 2018-02-23 16:16:03 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-02-27 17:12:42 +0100 |
commit | 1a25445aea5e028c6a6f2cefc8946d9fc4c04a0f (patch) | |
tree | a16161a05311d724a414d793a0643b3eb14a3c4d /src/post-refinement.h | |
parent | 4898423f44c158f569031a59579b244836a48774 (diff) |
partialator: Add -w and --operator options
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index 3c4ac7ef..a27127ff 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -41,6 +41,7 @@ #include "utils.h" #include "crystal.h" #include "geometry.h" +#include "symmetry.h" enum prflag @@ -59,7 +60,8 @@ 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 verbose, int cycle, int no_logs, + SymOpList *sym, SymOpList *amb); extern void write_gridscan(Crystal *cr, const RefList *full, int cycle, int serial); |