diff options
author | Thomas White <taw@physics.org> | 2020-08-25 12:24:30 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-25 12:31:46 +0200 |
commit | f2f35c529e31d42927ff9d0e6a1e55d4237ee8bb (patch) | |
tree | bb138cc1cc85750c6b96785d917f0447d573b261 /src/gui_project.h | |
parent | 30a11737e799faa335d049cc9018ada08cf3442e (diff) |
Read/write backend options
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h index 42ab43f1..e3066b5f 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -153,6 +153,7 @@ struct crystfelproject { int show_refls; struct index_params indexing_params; + int indexing_backend_selected; GtkWidget *indexing_opts; GtkWidget *indexing_backend_combo; GtkWidget *indexing_backend_opts_widget; |