diff options
author | Thomas White <taw@physics.org> | 2019-07-17 11:21:30 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-07-17 11:21:30 +0200 |
commit | 930ac8c40b7d721291f06759bb35cd93e1e172f9 (patch) | |
tree | f7203fa1d5ff74364672af2ce578de5db8e28a11 /src/post-refinement.h | |
parent | a15fa8a9103946b341d1e852c80ac80127d638d1 (diff) |
partialator: Allow refinement of any partiality model
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 0c84f164..7a86b813 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -64,7 +64,8 @@ extern void refine_all(Crystal **crystals, int n_crystals, SymOpList *sym, SymOpList *amb, int scaleflags); extern void write_gridscan(Crystal *cr, const RefList *full, - int cycle, int serial, int scaleflags); + int cycle, int serial, int scaleflags, + PartialityModel model); extern void write_specgraph(Crystal *crystal, const RefList *full, signed int cycle, int serial); |