diff options
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r-- | libcrystfel/src/index.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index e48f7194..99e40053 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -110,7 +110,8 @@ IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell, break; case INDEXING_FELIX : - iprivs[n] = felix_prepare(&indm[n], cell, det, ltl, options); + iprivs[n] = felix_prepare(&indm[n], cell, det, ltl, + options); break; default : |