diff options
author | Thomas White <taw@physics.org> | 2010-02-26 10:18:59 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-26 10:18:59 +0100 |
commit | b4664bc2a399463bd4e01f331a153749b3947b8f (patch) | |
tree | c7b7bc529dee2cc7e329bef0800115cf98fb436a | |
parent | 18f6336bc79a61fd31e5b04f0c84cc7a5413c70d (diff) |
Remove unused variable
-rw-r--r-- | src/detector.c | 1 |
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); |