aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/indexers/pinkindexer.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-20 11:16:15 +0200
committerThomas White <taw@physics.org>2020-08-20 11:16:15 +0200
commitd9e011c9e3f877ed95482fd54a549c065ff9b8be (patch)
tree2983933be34814995b449fe78362bf4ea180e5b1 /libcrystfel/src/indexers/pinkindexer.h
parenta0e9410fae73b1c91e21f8748a39164691895c6f (diff)
Add default_method_options()
This allows the indexing method private options structures to be set up easily.
Diffstat (limited to 'libcrystfel/src/indexers/pinkindexer.h')
-rw-r--r--libcrystfel/src/indexers/pinkindexer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/indexers/pinkindexer.h b/libcrystfel/src/indexers/pinkindexer.h
index cab88a75..57df5f62 100644
--- a/libcrystfel/src/indexers/pinkindexer.h
+++ b/libcrystfel/src/indexers/pinkindexer.h
@@ -34,6 +34,8 @@
#include "index.h"
#include "datatemplate.h"
+extern int pinkIndexer_default_options(PinkIndexerOptions **opts_ptr);
+
extern int run_pinkIndexer(struct image *image, void *ipriv);
extern void *pinkIndexer_prepare(IndexingMethod *indm, UnitCell *cell,