diff options
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r-- | libcrystfel/src/detector.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h index fcd44ed2..6dc398d7 100644 --- a/libcrystfel/src/detector.h +++ b/libcrystfel/src/detector.h @@ -209,6 +209,9 @@ extern int write_detector_geometry(const char *filename, struct detector *det); extern void mark_resolution_range_as_bad(struct image *image, double min, double max); +extern int single_source (struct detector *det, char *element); + + #ifdef __cplusplus } #endif |