aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/mosflm.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-12 02:16:44 -0800
committerThomas White <taw@physics.org>2013-02-12 02:16:44 -0800
commita9d289c5c9c5c3491b8ecd6580c381a423094734 (patch)
tree8b438263b69d4b28bcc84eb5f2f8c547ef2055cd /libcrystfel/src/mosflm.h
parent9b7274a5b5d8a241277d61e980a8ddf922ebf293 (diff)
Improve handling of indexing methods
Diffstat (limited to 'libcrystfel/src/mosflm.h')
-rw-r--r--libcrystfel/src/mosflm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/mosflm.h b/libcrystfel/src/mosflm.h
index 4bb26afc..a87232b6 100644
--- a/libcrystfel/src/mosflm.h
+++ b/libcrystfel/src/mosflm.h
@@ -40,7 +40,7 @@
extern int run_mosflm(struct image *image, IndexingPrivate *ipriv);
-extern IndexingPrivate *mosflm_prepare(IndexingMethod indm, UnitCell *cell,
+extern IndexingPrivate *mosflm_prepare(IndexingMethod *indm, UnitCell *cell,
const char *filename,
struct detector *det,
struct beam_params *beam, float *ltl);