aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/integration.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-11-23 03:42:33 -0800
committerThomas White <taw@physics.org>2013-11-23 03:42:33 -0800
commitd1d8e9d2f7bdb13977181145519f71fa23c3cb73 (patch)
tree01162379aa5fd6c852529b7f221bee8c434d4d4f /libcrystfel/src/integration.h
parenta3ba3943e966461d7f7f8f1c956159b5794e600e (diff)
indexamajig: Add --int-diag=implausible
Diffstat (limited to 'libcrystfel/src/integration.h')
-rw-r--r--libcrystfel/src/integration.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/integration.h b/libcrystfel/src/integration.h
index 38cb8163..ec674128 100644
--- a/libcrystfel/src/integration.h
+++ b/libcrystfel/src/integration.h
@@ -40,7 +40,8 @@ typedef enum {
INTDIAG_RANDOM,
INTDIAG_ALL,
INTDIAG_INDICES,
- INTDIAG_NEGATIVE
+ INTDIAG_NEGATIVE,
+ INTDIAG_IMPLAUSIBLE
} IntDiag;