aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/dirax.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/dirax.h
parent142e1ad4e0fad73d223c67a842dfb9728a3bf34c (diff)
Beam file removal, part I
Diffstat (limited to 'libcrystfel/src/dirax.h')
-rw-r--r--libcrystfel/src/dirax.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcrystfel/src/dirax.h b/libcrystfel/src/dirax.h
index c2d8abdb..9776f3f0 100644
--- a/libcrystfel/src/dirax.h
+++ b/libcrystfel/src/dirax.h
@@ -3,11 +3,11 @@
*
* Invoke the DirAx auto-indexing program
*
- * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2010,2012-2013 Thomas White <taw@physics.org>
+ * 2010,2012-2014 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
@@ -43,7 +43,7 @@ extern int run_dirax(struct image *image, IndexingPrivate *ipriv);
extern IndexingPrivate *dirax_prepare(IndexingMethod *indm,
UnitCell *cell, struct detector *det,
- struct beam_params *beam, float *ltl);
+ float *ltl);
extern void dirax_cleanup(IndexingPrivate *pp);