aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-02-18 09:36:13 +0100
committerThomas White <taw@physics.org>2021-02-18 09:36:13 +0100
commitf1f1d45b612a1b99acaea20a99ff2bcebee8df3f (patch)
treeccf6ddd7c972d2c175354161b37537c61bca3f86 /src/gui_project.h
parente0437375017e504124cab53e5d19f4da499e88e7 (diff)
GUI: Track separately whether ambiguity operation should be used
This allows values to be held for both, which is more helpful.
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index f62de101..7ab607d2 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -123,6 +123,7 @@ struct ambi_params {
int ncorr;
char *sym;
char *source_sym;
+ int use_operator;
char *operator;
};