aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/crystfel-mille.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-20 11:01:57 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit13fdc7228979beb0a02eafe54f58020c84136ced (patch)
treec39ad8256578a5e1cd0ee35553b4b6ec0aaa50f0 /libcrystfel/src/crystfel-mille.c
parent5d803715265336cb005fa085fb2f6c86e4c832b7 (diff)
Remove z-component and x/y tracking
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;