aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2009-11-24 16:35:47 +0100
committerThomas White <taw@physics.org>2009-11-24 16:35:47 +0100
commit71a0524b4c3bb168358090baf8cfebe058f23463 (patch)
treef612a3f6b6d7adf0a8cd837f8eeab104b1b74605 /src/utils.h
parent07e4bfec11b9dc569727a8223b0c36cea6b05181 (diff)
We ARE interested in the central beam
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h3
1 files changed, 0 insertions, 3 deletions
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;