aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/crystfel-mille.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-16 14:49:48 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit4d7b87c1e9d57773733b22608d0c20513fad923d (patch)
treece41e951e73d966cc16f4b2c43b3d252b12452b4 /libcrystfel/src/crystfel-mille.h
parente9906650fd078b3a8c60581847d8d423f6c22e5e (diff)
Fix horribly confusing rotation labels
Diffstat (limited to 'libcrystfel/src/crystfel-mille.h')
-rw-r--r--libcrystfel/src/crystfel-mille.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/crystfel-mille.h b/libcrystfel/src/crystfel-mille.h
index 7b4f84cf..696ee9e1 100644
--- a/libcrystfel/src/crystfel-mille.h
+++ b/libcrystfel/src/crystfel-mille.h
@@ -34,6 +34,7 @@ typedef void *Mille;
#include "cell.h"
#include "image.h"
#include "predict-refine.h"
+#include "geometry.h"
/**
* \file crystfel-mille.h
@@ -46,7 +47,7 @@ extern Mille *crystfel_mille_new(const char *outFileName,
extern void crystfel_mille_free(Mille *m);
-extern int mille_label(int hierarchy_level, int member_index, char param);
+extern int mille_label(int hierarchy_level, int member_index, enum gparam param);
extern void write_mille(Mille *mille, int n, UnitCell *cell,
struct reflpeak *rps, struct image *image,