aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-07 17:31:46 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:18 +0100
commit92cda0d130227584499414009cdc64d64c3ada98 (patch)
tree4364a56c4b6ddbf0d7e513c36dea56ed1099ddf7 /src
parent33798dda6cce6c5d14df912ba11ff86fb4de0d40 (diff)
Make prototype agree with code
Diffstat (limited to 'src')
-rw-r--r--src/detector.h2
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);