aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/xds.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-09-22 18:06:07 +0200
committerThomas White <taw@physics.org>2014-09-22 18:06:07 +0200
commit0a5a04cc90619a1973c91489c71585ce127df045 (patch)
treec1903fc77534cd97840330b914b98b7b1187bce0 /libcrystfel/src/xds.h
parent142e1ad4e0fad73d223c67a842dfb9728a3bf34c (diff)
Beam file removal, part I
Diffstat (limited to 'libcrystfel/src/xds.h')
-rw-r--r--libcrystfel/src/xds.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/xds.h b/libcrystfel/src/xds.h
index b42d8dbf..a0db2054 100644
--- a/libcrystfel/src/xds.h
+++ b/libcrystfel/src/xds.h
@@ -45,8 +45,7 @@ extern "C" {
extern int run_xds(struct image *image, IndexingPrivate *ipriv);
extern IndexingPrivate *xds_prepare(IndexingMethod *indm, UnitCell *cell,
- struct detector *det,
- struct beam_params *beam, float *ltl);
+ struct detector *det, float *ltl);
extern void xds_cleanup(IndexingPrivate *pp);