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/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 47a3d51a..eb5d1083 100644 --- a/src/detector.c +++ b/src/detector.c @@ -63,7 +63,7 @@ static int dir_conv(const char *a, signed int *sx, signed int *sy) struct rvec get_q(struct image *image, double fs, double ss, - unsigned int sampling, float *ttp, float k) + double *ttp, double k) { struct rvec q; double twotheta, r, az; -- cgit v1.2.3