diff options
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r-- | libcrystfel/src/detector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index cb0fc0c4..a7a4a01f 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -305,6 +305,8 @@ struct rg_collection *find_rigid_group_collection_by_name(struct detector *det, extern int detector_has_clen_references(struct detector *det); +extern int multi_event_geometry(struct detector *det); + #ifdef __cplusplus } #endif |