aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/reax.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/reax.c')
-rw-r--r--libcrystfel/src/reax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/reax.c b/libcrystfel/src/reax.c
index cfc86ba4..2ab4397a 100644
--- a/libcrystfel/src/reax.c
+++ b/libcrystfel/src/reax.c
@@ -717,7 +717,7 @@ static UNUSED void refine_all_rigid_groups(struct image *image, UnitCell *cell,
int i;
for ( i=0; i<image->det->n_rigid_groups; i++ ) {
- refine_rigid_group(image, cell, &image->det->rigid_groups[i],
+ refine_rigid_group(image, cell, image->det->rigid_groups[i],
pmax, fft_in, fft_out, plan, smin, smax,
det, p);
}