From f1e542a3fca875327d9cc6679b713490c97893e1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 12 Feb 2015 13:08:56 +0100 Subject: Fussiness --- libcrystfel/src/detector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index a0de3be9..ea923fe7 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -558,13 +558,13 @@ void fill_in_values(struct detector *det, struct hdfile *f, struct event* ev) if ( p->clen_from != NULL ) { - if (det->path_dim !=0 || det->dim_dim !=0 ){ p->clen = get_ev_based_value(f, p->clen_from, ev) * 1.0e-3; } else { p->clen = get_value(f, p->clen_from) * 1.0e-3; } + } p->clen += p->coffset; -- cgit v1.2.3