aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/dirax.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/dirax.h
parentf15f4b792826c917f258c2e6195f6994d3450754 (diff)
Add probe functions to indexing methods
Diffstat (limited to 'libcrystfel/src/dirax.h')
-rw-r--r--libcrystfel/src/dirax.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/dirax.h b/libcrystfel/src/dirax.h
index db03abf8..dce27c57 100644
--- a/libcrystfel/src/dirax.h
+++ b/libcrystfel/src/dirax.h
@@ -42,6 +42,7 @@ extern "C" {
extern int run_dirax(struct image *image, void *ipriv);
extern void *dirax_prepare(IndexingMethod *indm, UnitCell *cell);
+extern const char *dirax_probe(UnitCell *cell);
extern void dirax_cleanup(void *pp);