aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.h
diff options
context:
space:
mode:
authorValerio Mariani <valerio.mariani@desy.de>2014-11-28 14:37:33 +0100
committerThomas White <taw@physics.org>2014-11-28 17:54:01 +0100
commit396c424b561966259467c8ab7fd31d133f209562 (patch)
tree50fb33336610b20ea72a381a809f136be833bccb /libcrystfel/src/detector.h
parent5127171b1711c363fe5521ccd4103e211dba45ae (diff)
Remove twod_mapping function
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r--libcrystfel/src/detector.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index 9ad90e05..f43df2cc 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -209,9 +209,6 @@ extern void fill_in_values(struct detector *det, struct hdfile *f,
extern struct detector *copy_geom(const struct detector *in);
-extern void twod_mapping(double fs, double ss, double *px, double *py,
- struct panel *p);
-
extern int reverse_2d_mapping(double x, double y, double *pfs, double *pss,
struct detector *det);