aboutsummaryrefslogtreecommitdiff
path: root/src/control.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-03-31 15:00:56 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-03-31 15:00:56 +0000
commitf72af885e7beb97127e4300d635ab156b4336094 (patch)
treefb755678de8654eb58dc23f96cd9ef601aa2ed0a /src/control.h
parent9f50a7efb9e16373c8f1d03abf6ad96235045139 (diff)
More fussiness:
Tidy itrans-stat.c Display units for pixel_size Display appropriate peak search algorithm for cache files (i.e. none) Tweak credits git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@19 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/control.h')
-rw-r--r--src/control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control.h b/src/control.h
index 2f5f6b9..ed9e128 100644
--- a/src/control.h
+++ b/src/control.h
@@ -30,6 +30,7 @@ typedef enum {
} FormulationMode;
typedef enum {
+ PEAKSEARCH_NONE,
PEAKSEARCH_THRESHOLD,
PEAKSEARCH_ADAPTIVE_THRESHOLD,
PEAKSEARCH_LSQ,