aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.h')
-rw-r--r--src/detector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detector.h b/src/detector.h
index 6570ef50..03e0b2ad 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -84,7 +84,7 @@ extern int in_bad_region(struct detector *det, double fs, double ss);
extern void record_image(struct image *image, int do_poisson);
-extern struct panel *find_panel(struct detector *det, int x, int y);
+extern struct panel *find_panel(struct detector *det, int fs, int ss);
extern struct detector *get_detector_geometry(const char *filename);