diff options
author | Thomas White <taw@physics.org> | 2013-11-29 16:06:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-11-29 16:06:32 +0100 |
commit | ec1fce9b2bfa07458f2c0d17bbbe86c449e7743d (patch) | |
tree | 03f951a2a2c0a43678aa2a621400f2d7da5fbe4f /libcrystfel/src/integration.h | |
parent | 15a538e5a0b66b590a8857b27e8e79d11d6174d9 (diff) |
indexamajig: Add --int-diag=strong
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 ec674128..e023318a 100644 --- a/libcrystfel/src/integration.h +++ b/libcrystfel/src/integration.h @@ -41,7 +41,8 @@ typedef enum { INTDIAG_ALL, INTDIAG_INDICES, INTDIAG_NEGATIVE, - INTDIAG_IMPLAUSIBLE + INTDIAG_IMPLAUSIBLE, + INTDIAG_STRONG } IntDiag; |