aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-01-10 16:43:29 +0100
committerThomas White <taw@physics.org>2024-01-10 16:47:51 +0100
commit185941439dd7aa7211a5d98b0a543d8ad717d65e (patch)
treef3d0827c2033a9590946656b187cdd19e50083bc /src/gui_project.h
parent7c96ec848d3487d95b6733bbd4e29b5e2b77f5c6 (diff)
GUI: Track Millepede options through project
Note that the indexamajig option --max-mille-level isn't implemented yet.
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index 318f9453..6d704b81 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -87,6 +87,8 @@ struct index_params {
int exclude_refls;
char **metadata_to_copy;
int n_metadata;
+ int millepede;
+ int max_mille_level;
};
struct merging_params {