diff options
author | Thomas White <taw@physics.org> | 2013-03-01 14:51:16 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-03-01 14:51:16 +0100 |
commit | a377af5d8a9179e1c606c55563a5fa58da723fa1 (patch) | |
tree | 8fc729d74e1f8c77858dcc9de117eb64e01a0756 /libcrystfel/src/reax.c | |
parent | f1cb293e305fed8e1790ca24d46a6a1e219b1ed7 (diff) |
Fix defaults for ReAx
Diffstat (limited to 'libcrystfel/src/reax.c')
-rw-r--r-- | libcrystfel/src/reax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/reax.c b/libcrystfel/src/reax.c index 4ecb870b..112d91fa 100644 --- a/libcrystfel/src/reax.c +++ b/libcrystfel/src/reax.c @@ -1104,6 +1104,7 @@ IndexingPrivate *reax_prepare(IndexingMethod *indm, UnitCell *cell, /* Flags that ReAx requires */ *indm |= INDEXING_USE_LATTICE_TYPE; + *indm |= INDEXING_USE_CELL_PARAMETERS; p->angular_inc = deg2rad(1.0); |