From 26cea70ba587bea9a64cf207d4c6a92914fb39f4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 24 Mar 2011 18:22:37 +0100 Subject: Fix types for find_panel() --- 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 522c4aa5..3a00607a 100644 --- a/src/detector.c +++ b/src/detector.c @@ -265,7 +265,7 @@ void record_image(struct image *image, int do_poisson) } -struct panel *find_panel(struct detector *det, int fs, int ss) +struct panel *find_panel(struct detector *det, double fs, double ss) { int p; -- cgit v1.2.3