diff options
author | Thomas White <taw@physics.org> | 2020-09-04 15:53:33 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-09-04 15:53:33 +0200 |
commit | a1a4d92fd5814bd1b7f8fb1426e191e6ad5be54e (patch) | |
tree | 170cb8a08f2cfcc2700f8b6d333ee47c244a90cd /src/gui_index.c | |
parent | 601aec99d95fb98f936e1d417370c957dd31d02e (diff) |
Add results from new indexing job
Diffstat (limited to 'src/gui_index.c')
-rw-r--r-- | src/gui_index.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui_index.c b/src/gui_index.c index f4ca21db..60f93c61 100644 --- a/src/gui_index.c +++ b/src/gui_index.c @@ -104,7 +104,8 @@ static int run_indexing_all(struct crystfelproject *proj, proj->geom_filename, &proj->peak_search_params, &proj->indexing_params, - be->indexing_opts_priv); + be->indexing_opts_priv, + proj); if ( job_priv != NULL ) { add_running_task(proj, "Indexing all frames", |