diff options
author | Thomas White <taw@physics.org> | 2011-03-07 17:31:46 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:18 +0100 |
commit | 92cda0d130227584499414009cdc64d64c3ada98 (patch) | |
tree | 4364a56c4b6ddbf0d7e513c36dea56ed1099ddf7 /src/detector.h | |
parent | 33798dda6cce6c5d14df912ba11ff86fb4de0d40 (diff) |
Make prototype agree with code
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 3a4948a9..63a279ad 100644 --- a/src/detector.h +++ b/src/detector.h @@ -57,7 +57,7 @@ struct detector int max_ss; /* Size of overall array needed, minus 1 */ }; -extern struct rvec get_q(struct image *image, double xs, double ys, +extern struct rvec get_q(struct image *image, double fs, double ss, double *ttp, double k); extern double get_tt(struct image *image, double xs, double ys); |