From 687eed4650e74a86f45cd533dd94a0a2ace1d1e8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 8 Feb 2010 10:57:09 +0100 Subject: Rework multisampling (remove Ewald module) --- src/detector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/detector.c') diff --git a/src/detector.c b/src/detector.c index ccf37024..ae7576b2 100644 --- a/src/detector.c +++ b/src/detector.c @@ -182,7 +182,7 @@ void record_image(struct image *image, int do_water, int do_poisson, if ( do_water ) { /* Add intensity contribution from water */ - water = water_intensity(image->qvecs[0][x + image->width*y], + water = water_intensity(get_q(image, x, y, 1, NULL), ph_lambda_to_en(image->lambda), BEAM_RADIUS, WATER_RADIUS); intensity += water; -- cgit v1.2.3