diff options
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); |