aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-02-26 10:18:59 +0100
committerThomas White <taw@physics.org>2010-02-26 10:18:59 +0100
commitb4664bc2a399463bd4e01f331a153749b3947b8f (patch)
treec7b7bc529dee2cc7e329bef0800115cf98fb436a /src/detector.c
parent18f6336bc79a61fd31e5b04f0c84cc7a5413c70d (diff)
Remove unused variable
Diffstat (limited to 'src/detector.c')
-rw-r--r--src/detector.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/detector.c b/src/detector.c
index 4df14d77..80a88a1a 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -172,7 +172,6 @@ void record_image(struct image *image, int do_water, int do_poisson,
double pix_area, Lsq;
double dsq, proj_area;
struct panel *p;
- int found = 0;
val = image->sfacs[x + image->width*y];
intensity = pow(cabs(val), 2.0);