diff options
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 68ce91ec..38cb8163 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -39,7 +39,8 @@ typedef enum { INTDIAG_NONE, INTDIAG_RANDOM, INTDIAG_ALL, - INTDIAG_INDICES + INTDIAG_INDICES, + INTDIAG_NEGATIVE } IntDiag; |