diff options
author | Thomas White <taw@physics.org> | 2013-11-22 23:47:15 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-11-23 02:52:52 -0800 |
commit | 6647299adac4cf4fa4ebda5c9bd00773efab18e3 (patch) | |
tree | fd151b2af3ec11cbcbf3726f4f9ade20693a3a48 /libcrystfel/src/integration.h | |
parent | 431c44e9a64add4becfbb6b407effba0411eb5b9 (diff) |
Add --int-diag=negative
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; |