diff options
author | Thomas White <taw@physics.org> | 2013-11-23 03:42:33 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-11-23 03:42:33 -0800 |
commit | d1d8e9d2f7bdb13977181145519f71fa23c3cb73 (patch) | |
tree | 01162379aa5fd6c852529b7f221bee8c434d4d4f /libcrystfel/src/integration.h | |
parent | a3ba3943e966461d7f7f8f1c956159b5794e600e (diff) |
indexamajig: Add --int-diag=implausible
Diffstat (limited to 'libcrystfel/src/integration.h')
-rw-r--r-- | libcrystfel/src/integration.h | 3 |
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; |