aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/taketwo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/taketwo.h')
-rw-r--r--libcrystfel/src/taketwo.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/libcrystfel/src/taketwo.h b/libcrystfel/src/taketwo.h
index 6960446d..c489228f 100644
--- a/libcrystfel/src/taketwo.h
+++ b/libcrystfel/src/taketwo.h
@@ -31,19 +31,15 @@
#ifndef TAKETWO_H
#define TAKETWO_H
+#include <argp.h>
+
#include "cell.h"
#include "index.h"
/** \file taketwo.h */
-struct taketwo_options
-{
- int member_thresh;
- double len_tol;
- double angle_tol;
- double trace_tol;
-};
-
+typedef struct taketwo_options TakeTwoOptions;
+extern struct argp taketwo_argp;
extern void *taketwo_prepare(IndexingMethod *indm, UnitCell *cell);
extern const char *taketwo_probe(UnitCell *cell);