diff options
-rw-r--r-- | libcrystfel/src/index.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 8fc6db09..e064a4b3 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -154,7 +154,8 @@ extern struct argp pinkIndexer_argp; extern struct argp taketwo_argp; extern struct argp xgandalf_argp; -extern IndexingPrivate *setup_indexing(const char *methods, UnitCell *cell, +extern IndexingPrivate *setup_indexing(const char *methods, + UnitCell *cell, const DataTemplate *dtempl, float *ltl, IndexingFlags flags, |