aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/felix.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-10-18 10:23:05 +0200
committerThomas White <taw@physics.org>2017-10-18 10:23:05 +0200
commit7f708ef255f068ef9e91941ac3a0a3d0e04e5ff8 (patch)
treee9298ce158cf2688b7a3af5892aa4f2ea7d379ec /libcrystfel/src/felix.h
parentf15f4b792826c917f258c2e6195f6994d3450754 (diff)
Add probe functions to indexing methods
Diffstat (limited to 'libcrystfel/src/felix.h')
-rw-r--r--libcrystfel/src/felix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/felix.h b/libcrystfel/src/felix.h
index 40568d37..61b1d352 100644
--- a/libcrystfel/src/felix.h
+++ b/libcrystfel/src/felix.h
@@ -39,6 +39,8 @@
extern void *felix_prepare(IndexingMethod *indm, UnitCell *cell,
const char *options);
+extern const char *felix_probe(UnitCell *cell);
+
extern void felix_cleanup(IndexingPrivate *pp);
extern int felix_index(struct image *image, IndexingPrivate *p);