diff options
author | Thomas White <taw@physics.org> | 2011-03-02 11:17:39 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:16 +0100 |
commit | 55d04fd7b2c761568af353deb0fd17f8c9f11c76 (patch) | |
tree | 5f935544942c997e382d91cfb6f09c8c41f2d978 /src/detector.h | |
parent | 924d68d951fd2750e126ce356c318aa76f589248 (diff) |
More new geometry fixes
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.h b/src/detector.h index 6821ad27..028bd589 100644 --- a/src/detector.h +++ b/src/detector.h @@ -58,7 +58,7 @@ struct detector }; extern struct rvec get_q(struct image *image, double xs, double ys, - unsigned int sampling, float *ttp, float k); + double *ttp, double k); extern double get_tt(struct image *image, double xs, double ys); |