aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detgeom.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-30 14:16:25 +0200
committerThomas White <taw@physics.org>2020-07-30 14:16:25 +0200
commit3d85005cacbc800e4cac89d01534da3d943b1874 (patch)
tree61dfa8192f6c5e9c98f9eaa177992fef34649022 /libcrystfel/src/detgeom.h
parent2b6e28bb24b76cb355d431b1453fce60977f6050 (diff)
Add show_panel() to API
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 99355a38..c2e07e93 100644
--- a/libcrystfel/src/detgeom.h
+++ b/libcrystfel/src/detgeom.h
@@ -102,6 +102,8 @@ extern void detgeom_free(struct detgeom *detgeom);
extern double detgeom_max_resolution(struct detgeom *detgeom,
double wavelength);
+extern void show_panel(struct detgeom_panel *p);
+
#ifdef __cplusplus
}
#endif