aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/crystfel-mille.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/crystfel-mille.c')
-rw-r--r--libcrystfel/src/crystfel-mille.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libcrystfel/src/crystfel-mille.c b/libcrystfel/src/crystfel-mille.c
index 4230dadc..fc819371 100644
--- a/libcrystfel/src/crystfel-mille.c
+++ b/libcrystfel/src/crystfel-mille.c
@@ -74,8 +74,7 @@ int mille_label(int hierarchy_level, int member_index, enum gparam param)
void write_mille(Mille *mille, int n, UnitCell *cell,
- struct reflpeak *rps, struct image *image,
- double dx, double dy)
+ struct reflpeak *rps, struct image *image)
{
float local_gradients[9];
float global_gradients[64];
@@ -91,7 +90,6 @@ void write_mille(Mille *mille, int n, UnitCell *cell,
signed int h, k, l;
double xl, yl, zl, kpred;
- double xpk, ypk;
int j;
const struct detgeom_panel_group *group;