From ffc7de490021605d1b818ae2917146dad5a1cb2c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 20 Feb 2015 15:17:52 +0100 Subject: get_value() -> hdfile_get_value() --- libcrystfel/src/detector.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src/detector.c') 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 { -- cgit v1.2.3