aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-09-10 15:29:22 +0200
committerThomas White <taw@physics.org>2019-09-10 16:39:17 +0200
commit8287ae8cd30b5446c6269c8cf58b742a2e304a1f (patch)
tree4e81cda547e1861451c2a86309bd9ccd6e3bf62f /src/process_image.h
parentb483a4e696e3cf838a9194ef21f8caab5e8eb54b (diff)
indexamajig: Add --peaks=none
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h
index f8b0f4b1..9a58a64f 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -56,6 +56,7 @@ enum {
PEAK_HDF5,
PEAK_CXI,
PEAK_MSGPACK,
+ PEAK_NONE,
};