aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw27@cam.ac.uk>2009-03-30 18:46:05 +0100
committerThomas White <taw27@cam.ac.uk>2009-03-30 18:46:05 +0100
commit51af12dc8e27b6e2707fd709d8395e1cf22db10e (patch)
treea8a417a1a82369b97ce345fd16f40c1c67769c38
parente599b2d650cf2f609b1a7b7a35d599be0e7a50aa (diff)
Merge fallout
Missed this in the previous merge
-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++ ) {