diff options
Diffstat (limited to 'libcrystfel/src/detector.c')
-rw-r--r-- | libcrystfel/src/detector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index ae70e406..99526ff9 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -2210,7 +2210,7 @@ void mark_resolution_range_as_bad(struct image *image, } -extern int single_panel_data_source(struct detector *det, const char *element) +int single_panel_data_source(struct detector *det, const char *element) { int pi; char *first_datafrom = NULL; |