From 2c3f428648146dc582a46fe74aca9e7474461e3a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 13 Nov 2009 19:07:04 +0100 Subject: Split f_lattice out --- src/detector.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/detector.c') diff --git a/src/detector.c b/src/detector.c index 339ff626..9afe2cf3 100644 --- a/src/detector.c +++ b/src/detector.c @@ -34,7 +34,6 @@ void record_image(struct image *image) printf("%e photons are scattered per electron\n", ph_per_e); twotheta_max = image->twotheta[0]; - np = sqrt(pow(image->x_centre, 2.0) + pow(image->y_centre, 2.0)); sa_per_pixel = pow(2.0 * twotheta_max / np, 2.0); printf("sa per pixel=%e\n", sa_per_pixel); -- cgit v1.2.3