diff options
author | Thomas White <taw@physics.org> | 2020-08-27 16:18:40 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-27 16:18:40 +0200 |
commit | 4e0d428addebd689abadfaa0ef8cafd2bd1fd726 (patch) | |
tree | 1aac03947e8ffb2417a45b8f3755f3dcfdc634fb /src/gui_index.h | |
parent | fd1ac49e0a97dadf4a87cde83840cd80863c57ca (diff) |
Construct complete command line for indexamajig
Diffstat (limited to 'src/gui_index.h')
-rw-r--r-- | src/gui_index.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui_index.h b/src/gui_index.h index 991151ef..89b6a7e3 100644 --- a/src/gui_index.h +++ b/src/gui_index.h @@ -41,4 +41,9 @@ extern gint index_all_sig(GtkWidget *widget, extern void cell_explorer_sig(struct crystfelproject *proj); +extern char **indexamajig_command_line(const char *geom_filename, + const char *n_thread_str, + struct peak_params *peak_search_params, + struct index_params *indexing_params); + #endif |