diff options
author | Thomas White <taw@physics.org> | 2018-06-18 15:02:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-06-18 15:03:09 +0200 |
commit | 8dee365590e04f3f8948dc9f2a72ed55bc4534a5 (patch) | |
tree | cba7a546ebe005414ac1d93fd1759f671ea4ffad /libcrystfel | |
parent | 878bb6f781841df45a18617f6f174e968ad2a2d2 (diff) |
Formatting
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/xgandalf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/xgandalf.h b/libcrystfel/src/xgandalf.h index 5bfe8085..593b73fb 100644 --- a/libcrystfel/src/xgandalf.h +++ b/libcrystfel/src/xgandalf.h @@ -27,9 +27,10 @@ struct xgandalf_options { int run_xgandalf(struct image *image, void *ipriv); void *xgandalf_prepare(IndexingMethod *indm, UnitCell *cell, - struct xgandalf_options *xgandalf_opts); + struct xgandalf_options *xgandalf_opts); void xgandalf_cleanup(void *pp); + const char *xgandalf_probe(UnitCell *cell); |