diff options
author | Thomas White <taw@physics.org> | 2021-03-11 15:33:05 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-03-11 16:10:54 +0100 |
commit | 4330d385f145fcc3e47c7398293e69268cec5d60 (patch) | |
tree | 54e4425984569fa9aac30eda8079682d6af17aba /libcrystfel/src/index.h | |
parent | d47c903416fb98701cda2c90e755c4b3e30d9478 (diff) |
indexamajig: Add --max-indexer-threads
This is a more general replacement for --pinkIndexer-thread-count.
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 24beb408..60e61630 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -168,6 +168,7 @@ extern IndexingPrivate *setup_indexing(const char *methods, float *ltl, IndexingFlags flags, double wavelength_estimate, + int n_threads, struct taketwo_options *ttopts, struct xgandalf_options *xgandalf_opts, struct pinkIndexer_options *pinkIndexer_opts, |