aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/datatemplate.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-05-15 17:14:12 +0200
committerThomas White <taw@physics.org>2023-07-28 13:22:05 +0200
commit47889fc9df2e5ff016369af6dbf55e7472496c08 (patch)
tree6b23ac1221e349be1d732790878735e56a402c3f /libcrystfel/src/datatemplate.h
parent6f774aaa68507d9dd0d1f8916d773a9bdb89f03b (diff)
Add data_template_show_hierarchy()
Diffstat (limited to 'libcrystfel/src/datatemplate.h')
-rw-r--r--libcrystfel/src/datatemplate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/datatemplate.h b/libcrystfel/src/datatemplate.h
index 68e8f0bc..255b0c1d 100644
--- a/libcrystfel/src/datatemplate.h
+++ b/libcrystfel/src/datatemplate.h
@@ -81,6 +81,8 @@ extern double data_template_get_clen_if_possible(const DataTemplate *dt);
extern struct detgeom *data_template_get_2d_detgeom_if_possible(const DataTemplate *dt);
+extern void data_template_show_hierarchy(const DataTemplate *dtempl);
+
#ifdef __cplusplus
}
#endif