diff options
author | Thomas White <taw@bitwiz.org.uk> | 2014-02-17 12:48:55 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2014-02-17 12:48:55 +0100 |
commit | b2d65cb9b307a321e88fb5ff88197580ca0c59e4 (patch) | |
tree | 0079295d30501835f19161221ec6d84f1ec799f5 /libcrystfel/src/image.h | |
parent | 021ddf275adf896de795ffad662f8debc6857317 (diff) | |
parent | 7551e70603982392c2b7d9f4287fd431ecccc7c9 (diff) |
Merge branch 'master' of ssh://git.bitwiz.org.uk/crystfel
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 0c189cad..6b49ad91 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -46,7 +46,8 @@ typedef enum { SPECTRUM_TOPHAT, - SPECTRUM_SASE + SPECTRUM_SASE, + SPECTRUM_TWOCOLOUR } SpectrumType; /* Structure describing a feature in an image */ |