From 71a0524b4c3bb168358090baf8cfebe058f23463 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 24 Nov 2009 16:35:47 +0100 Subject: We ARE interested in the central beam --- src/utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index ca653973..5221249f 100644 --- a/src/utils.h +++ b/src/utils.h @@ -83,9 +83,6 @@ static inline void integrate_reflection(double complex *ref, signed int h, { int idx; - /* Not interested in central beam */ - if ( (h==0) && (k==0) && (l==0) ) return; - if ( h < 0 ) h += IDIM; if ( k < 0 ) k += IDIM; if ( l < 0 ) l += IDIM; -- cgit v1.2.3