aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-05-27 17:38:48 +0200
committerThomas White <taw@physics.org>2015-05-27 17:38:48 +0200
commit679b25d13ffd6c43d4f1440cee05772834429863 (patch)
tree8e7a94a36f459c21251e032e051d39d25a8919fd /libcrystfel/src/detector.h
parent80d0c1064bb7a00fae458211ab9429cb6c1ed4cc (diff)
Add detector_has_clen_references()
Diffstat (limited to 'libcrystfel/src/detector.h')
-rw-r--r--libcrystfel/src/detector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index a5a7b98a..acb6609f 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -255,6 +255,8 @@ extern int single_panel_data_source (struct detector *det, const char *element);
struct rg_collection *find_rigid_group_collection_by_name(struct detector *det,
const char *name);
+extern int detector_has_clen_references(struct detector *det);
+
#ifdef __cplusplus
}
#endif