aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-10 14:35:39 +0100
committerThomas White <taw@physics.org>2021-03-11 15:59:11 +0100
commit665547b5ad276a7fa9f9e3c20cf531aa1f32f247 (patch)
treed3320bb9c903c7f8274fa21bb3a266bbb5b2d295 /libcrystfel/src/index.h
parent1f02539c192e1c400474ea480341ccefb49eaf36 (diff)
setup_indexing: Remove dtempl
There is absolutely nothing useful that an indexing algorithm can do with the opaque DataTemplate object.
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index 708c04a4..24beb408 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -165,7 +165,6 @@ extern void default_method_options(TakeTwoOptions **ttopts,
extern IndexingPrivate *setup_indexing(const char *methods,
UnitCell *cell,
- const DataTemplate *dtempl,
float *ltl,
IndexingFlags flags,
double wavelength_estimate,