diff options
author | Thomas White <taw@physics.org> | 2017-10-18 10:23:05 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-10-18 10:23:05 +0200 |
commit | 7f708ef255f068ef9e91941ac3a0a3d0e04e5ff8 (patch) | |
tree | e9298ce158cf2688b7a3af5892aa4f2ea7d379ec /libcrystfel/src/dirax.h | |
parent | f15f4b792826c917f258c2e6195f6994d3450754 (diff) |
Add probe functions to indexing methods
Diffstat (limited to 'libcrystfel/src/dirax.h')
-rw-r--r-- | libcrystfel/src/dirax.h | 1 |
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); |