diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui_merge.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |