aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detgeom.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-05-15 17:17:33 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit6f774aaa68507d9dd0d1f8916d773a9bdb89f03b (patch)
treef602e69d6ebe325de083d1cb9f367debad1fc159 /libcrystfel/src/detgeom.h
parente6cee18a78236c5bb763c024e586c7154c82535c (diff)
Add detgeom_show_hierarchy()
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