diff options
author | Thomas White <taw@physics.org> | 2021-02-18 09:36:13 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-02-18 09:36:13 +0100 |
commit | f1f1d45b612a1b99acaea20a99ff2bcebee8df3f (patch) | |
tree | ccf6ddd7c972d2c175354161b37537c61bca3f86 /src/gui_project.h | |
parent | e0437375017e504124cab53e5d19f4da499e88e7 (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.h | 1 |
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; }; |