aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/crystfel-mille.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-08-24 14:35:48 +0200
committerThomas White <taw@physics.org>2023-08-24 14:35:48 +0200
commit11aa16f82432df051f1e055b28315346d9106188 (patch)
tree461f5b9f72f3ea69d07b60c8c69ab61f6d73b15c /libcrystfel/src/crystfel-mille.h
parent9fca86fd0fba293aadaaf88d5d4fc5660b14ef20 (diff)
Use built-in Mille writer instead of wrapping C++ version
Diffstat (limited to 'libcrystfel/src/crystfel-mille.h')
-rw-r--r--libcrystfel/src/crystfel-mille.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libcrystfel/src/crystfel-mille.h b/libcrystfel/src/crystfel-mille.h
index e3f4553e..a4b83815 100644
--- a/libcrystfel/src/crystfel-mille.h
+++ b/libcrystfel/src/crystfel-mille.h
@@ -31,7 +31,7 @@
#include <gsl/gsl_matrix.h>
-typedef void *Mille;
+typedef struct mille Mille;
#include "cell.h"
#include "image.h"
@@ -42,9 +42,7 @@ typedef void *Mille;
* Detector geometry refinement using Millepede
*/
-extern Mille *crystfel_mille_new(const char *outFileName,
- int asBinary,
- int writeZero);
+extern Mille *crystfel_mille_new(const char *outFileName);
extern void crystfel_mille_free(Mille *m);