aboutsummaryrefslogtreecommitdiff
path: root/src/control.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-24 19:20:49 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-24 19:20:49 +0000
commitd889de524b665bb82caa232b925044a36054464f (patch)
treea215ac6ea4c8807eb380877765dbf57469a7c13a /src/control.h
parentb538363541f327e9702b4c46162775608e7ed031 (diff)
Preparation for relrod projection refinement
Add the option to perform a fine centering of patterns git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@174 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/control.h')
-rw-r--r--src/control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/control.h b/src/control.h
index a311b09..7de8025 100644
--- a/src/control.h
+++ b/src/control.h
@@ -48,6 +48,7 @@ typedef struct cctx_struct {
InputFileType inputfiletype;
PeakSearchMode psmode;
unsigned int prealign;
+ unsigned int finecentering;
unsigned int have_centres;
/* Input filename */
@@ -84,8 +85,7 @@ typedef struct cctx_struct {
/* GTK bits */
GtkWidget *combo_peaksearch;
GtkWidget *checkbox_prealign;
- GtkWidget *checkbox_savecache;
- GtkWidget *checkbox_dirax;
+ GtkWidget *checkbox_finecentering;
GtkWidget *cache_file_selector;
/* IPR stuff */