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/mosflm.h | |
parent | f15f4b792826c917f258c2e6195f6994d3450754 (diff) |
Add probe functions to indexing methods
Diffstat (limited to 'libcrystfel/src/mosflm.h')
-rw-r--r-- | libcrystfel/src/mosflm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/mosflm.h b/libcrystfel/src/mosflm.h index cd7804a8..9339b856 100644 --- a/libcrystfel/src/mosflm.h +++ b/libcrystfel/src/mosflm.h @@ -44,6 +44,7 @@ extern "C" { extern int run_mosflm(struct image *image, void *ipriv); extern void *mosflm_prepare(IndexingMethod *indm, UnitCell *cell); +extern const char *mosflm_probe(UnitCell *cell); extern void mosflm_cleanup(void *pp); |