aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-23 15:23:36 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:21 +0100
commitf56ce1b9c6d6b5c9b365354585d32c5ead4869d6 (patch)
tree3a6c4a765238462ce26ef75b065ae61cd02ad036 /src/detector.h
parent683220d0f8038018d7e63ebff56611a645b346af (diff)
More s/x/fs/, s/y/ss/
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);