aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/intensities.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intensities.c b/src/intensities.c
index 86f3de1..3c1967d 100644
--- a/src/intensities.c
+++ b/src/intensities.c
@@ -48,7 +48,7 @@ void intensities_extract(ControlContext *ctx)
image = &ctx->images->images[i];
if ( image->rflist == NULL )
image->rflist = reproject_get_reflections(image,
- ctx->cell_lattice);
+ ctx->cell_lattice, ctx);
for ( j=0; j<image->rflist->n_features; j++ ) {