diff options
-rw-r--r-- | src/utils.h | 3 |
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; |