aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-06-25 16:33:44 +0200
committerThomas White <taw@physics.org>2015-06-25 16:36:33 +0200
commit33a0ef4d46dff8281743359697178085fa551049 (patch)
tree830ef8024d1fc49d9e5c61a3ed16ef5181304be3 /libcrystfel/src/index.h
parent3bd690ded0b78ae41f6e3cd34196b0e3287e10f3 (diff)
Set MOSFLM default flags to include cell parameters, and add some checks
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index 12c13df8..8d5964e4 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -46,7 +46,8 @@
#define INDEXING_DEFAULTS_MOSFLM (INDEXING_MOSFLM | INDEXING_CHECK_PEAKS \
| INDEXING_CHECK_CELL_COMBINATIONS \
- | INDEXING_USE_LATTICE_TYPE)
+ | INDEXING_USE_LATTICE_TYPE \
+ | INDEXING_USE_CELL_PARAMETERS)
/* Axis check is needed for XDS, because it likes to permute the axes */
#define INDEXING_DEFAULTS_XDS (INDEXING_XDS | INDEXING_USE_LATTICE_TYPE \