aboutsummaryrefslogtreecommitdiff
path: root/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-24 18:22:37 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:21 +0100
commit26cea70ba587bea9a64cf207d4c6a92914fb39f4 (patch)
treeaad836f39eb2f749db4719c452a951f3c890da27 /src/detector.h
parent907548616fa9988616d360f62c625e95d9f5577d (diff)
Fix types for find_panel()
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 03e0b2ad..67b10870 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 fs, int ss);
+extern struct panel *find_panel(struct detector *det, double fs, double ss);
extern struct detector *get_detector_geometry(const char *filename);