aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/detector.c')
-rw-r--r--libcrystfel/src/detector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c
index 635aa5e2..4d1a15e5 100644
--- a/libcrystfel/src/detector.c
+++ b/libcrystfel/src/detector.c
@@ -568,8 +568,8 @@ void fill_in_values(struct detector *det, struct hdfile *f, struct event* ev)
double val;
int r;
- r = get_value(f, p->clen_from, ev, &val,
- H5T_NATIVE_DOUBLE);
+ r = hdfile_get_value(f, p->clen_from, ev, &val,
+ H5T_NATIVE_DOUBLE);
if ( r ) {
ERROR("Failed to read '%s'\n", p->clen_from);
} else {