diff options
Diffstat (limited to 'src/detector.c')
-rw-r--r-- | src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |