From f1f1d45b612a1b99acaea20a99ff2bcebee8df3f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 18 Feb 2021 09:36:13 +0100 Subject: GUI: Track separately whether ambiguity operation should be used This allows values to be held for both, which is more helpful. --- src/gui_project.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui_project.h') 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; }; -- cgit v1.2.3