diff options
author | Thomas White <taw@physics.org> | 2020-07-30 14:16:25 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-30 14:16:25 +0200 |
commit | 3d85005cacbc800e4cac89d01534da3d943b1874 (patch) | |
tree | 61dfa8192f6c5e9c98f9eaa177992fef34649022 /libcrystfel/src/detgeom.h | |
parent | 2b6e28bb24b76cb355d431b1453fce60977f6050 (diff) |
Add show_panel() to API
Diffstat (limited to 'libcrystfel/src/detgeom.h')
-rw-r--r-- | libcrystfel/src/detgeom.h | 2 |
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 |