From 6e0110050ecc00480cdfddd3a7fb2362417630d7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 26 Mar 2021 18:27:24 +0100 Subject: GUI: Add missing model parameter for merging Whoops. --- src/gui_merge.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui_merge.c') diff --git a/src/gui_merge.c b/src/gui_merge.c index 46b37bfa..3c2c90d7 100644 --- a/src/gui_merge.c +++ b/src/gui_merge.c @@ -368,6 +368,8 @@ static int write_partialator_script(const char *filename, fprintf(fh, "%s \\\n", input->streams[i]); } + fprintf(fh, " --model=%s", params->model); + fprintf(fh, " -j %s", n_thread_str); fprintf(fh, " -o %s", out_hkl); fprintf(fh, " -y %s", params->symmetry); -- cgit v1.2.3