aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelindexingopts.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-17 12:06:30 +0200
committerThomas White <taw@physics.org>2020-08-17 12:06:30 +0200
commit93538cce35ca030e864e6962358f1e1cae93ff9f (patch)
treea9ecc0e227c801c5d356f2b12090ff12ad533238 /src/crystfelindexingopts.h
parent3df62e76acbd0c7455c786eb07499c228cbe8457 (diff)
Implement indexing method selection via GUI
Diffstat (limited to 'src/crystfelindexingopts.h')
-rw-r--r--src/crystfelindexingopts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crystfelindexingopts.h b/src/crystfelindexingopts.h
index 7f7a251a..f380e346 100644
--- a/src/crystfelindexingopts.h
+++ b/src/crystfelindexingopts.h
@@ -57,7 +57,7 @@ struct _crystfelindexingopts
GtkWidget *use_cell;
GtkWidget *cell_chooser;
GtkWidget *auto_indm;
- /* FIXME: indexing algo choice */
+ GtkListStore *indm_store;
GtkWidget *multi;
GtkWidget *refine;
GtkWidget *retry;