aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detgeom.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/detgeom.h')
-rw-r--r--libcrystfel/src/detgeom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/detgeom.h b/libcrystfel/src/detgeom.h
index 22f5bd1a..cf4968f8 100644
--- a/libcrystfel/src/detgeom.h
+++ b/libcrystfel/src/detgeom.h
@@ -140,6 +140,8 @@ extern struct detgeom_panel *detgeom_find_panel(struct detgeom *dg, const char *
extern void detgeom_show_hierarchy(const struct detgeom *dg);
+extern void detgeom_translate_detector_m(struct detgeom *dg, double x, double y, double z);
+
#ifdef __cplusplus
}
#endif