aboutsummaryrefslogtreecommitdiff
path: root/src/control.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-28 12:43:49 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-28 12:43:49 +0000
commit0ef8783c72948f9c8c4af1170ae2d8414a2bd13e (patch)
treee11e80ab4441480c9fb621202b70cc81b11cce32 /src/control.h
parent737154b1ef16ef037df988eaa64a5063df1d815c (diff)
Add skeleton prealignment procedure
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@79 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 83ba0fb..68eebed 100644
--- a/src/control.h
+++ b/src/control.h
@@ -79,6 +79,7 @@ typedef struct cctx_struct {
FormulationMode fmode;
ReconstructionMode rmode;
PeakSearchMode psmode;
+ unsigned int prealign;
/* Input filename */
char *filename;
@@ -116,6 +117,7 @@ typedef struct cctx_struct {
/* GTK bits */
GtkWidget *combo_algorithm;
GtkWidget *combo_peaksearch;
+ GtkWidget *checkbox_prealign;
} ControlContext;