From 0b46b5003af6c6c45da1ff2455680f612f27fa47 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 20 Oct 2021 14:07:05 +0200 Subject: GUI: Track the indexing result from which each merge result came --- src/gui_backend_local.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui_backend_local.c') diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c index 06d95689..56bbdb82 100644 --- a/src/gui_backend_local.c +++ b/src/gui_backend_local.c @@ -501,8 +501,8 @@ static void *run_merging(const char *job_title, hkl1 = relative_to_cwd(workdir, "crystfel.hkl1"); hkl2 = relative_to_cwd(workdir, "crystfel.hkl2"); - add_merge_result(proj, job_title, output_rel_filename, - hkl1, hkl2); + add_merge_result(proj, job_title, input->name, + output_rel_filename, hkl1, hkl2); g_free(hkl1); g_free(hkl2); } -- cgit v1.2.3