aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-15 14:27:58 +0100
committerThomas White <taw@physics.org>2021-03-15 14:27:58 +0100
commit88c41a8e26b31d86d6116cc5bc220e34bcb92ec1 (patch)
tree8386f0752894054ac178f19eaa3433da646ed290 /src/gui_project.h
parente21cc1f84a8cb2b0627e99383c882e59efda4920 (diff)
GUI: Add interface for --fix-profile-radius and --fix-divergence
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index 1bb22d74..59a93853 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -87,6 +87,9 @@ struct index_params {
float ir_inn;
float ir_mid;
float ir_out;
+ float fix_profile_radius;
+ int use_fix_profile_radius;
+ float fix_divergence;
/* Stream output */
int exclude_nonhits;