From 55d04fd7b2c761568af353deb0fd17f8c9f11c76 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 2 Mar 2011 11:17:39 +0100 Subject: More new geometry fixes --- src/calibrate_detector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/calibrate_detector.c') diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c index 20503388..ab8b3ecb 100644 --- a/src/calibrate_detector.c +++ b/src/calibrate_detector.c @@ -165,7 +165,7 @@ int main(int argc, char *argv[]) int intensity; struct rvec r; - r = get_q(&image, x, y, 1, NULL, 1.0/image.lambda); + r = get_q(&image, x, y, NULL, 1.0/image.lambda); q = modulus(r.u, r.v, r.w); intensity = image.data[x + image.width*y]; -- cgit v1.2.3