aboutsummaryrefslogtreecommitdiff
path: root/src/control.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-22 16:08:48 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-22 16:08:48 +0000
commitc1ada5f6bc86650342c9f8eafc676fc47e2eed22 (patch)
tree1657e45edad57acc3c72605e313b8314a4e048fa /src/control.h
parentddb1283dc4744ec36ad68e45a6a69fc9040a421a (diff)
Make display of summed image stack optional
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@203 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/control.h')
-rw-r--r--src/control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control.h b/src/control.h
index df6eb02..4bb828d 100644
--- a/src/control.h
+++ b/src/control.h
@@ -50,6 +50,7 @@ typedef struct cctx_struct {
unsigned int prealign;
unsigned int finecentering;
unsigned int have_centres;
+ unsigned int sum_stack;
/* Input filename */
char *filename;
@@ -86,6 +87,7 @@ typedef struct cctx_struct {
GtkWidget *combo_peaksearch;
GtkWidget *checkbox_prealign;
GtkWidget *checkbox_finecentering;
+ GtkWidget *checkbox_sumstack;
GtkWidget *cache_file_selector;
/* DirAx low-level stuff */