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 b06ccb8f..0b37e9f1 100644
--- a/libcrystfel/src/detgeom.h
+++ b/libcrystfel/src/detgeom.h
@@ -125,6 +125,8 @@ extern double detgeom_mean_camera_length(struct detgeom *dg);
extern struct detgeom_panel *detgeom_find_panel(struct detgeom *dg, const char *name);
+extern void detgeom_show_hierarchy(const struct detgeom *dg);
+
#ifdef __cplusplus
}
#endif