diff options
-rw-r--r-- | src/geometry.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/geometry.c b/src/geometry.c index aabb269d..ae0e643d 100644 --- a/src/geometry.c +++ b/src/geometry.c @@ -248,8 +248,6 @@ RefList *find_intersections(struct image *image, UnitCell *cell, for ( h=-hmax; h<hmax; h++ ) { for ( k=-kmax; k<kmax; k++ ) { for ( l=-lmax; l<lmax; l++ ) { - /* Ignore central beam */ - if ( (h==0) && (k==0) && (l==0) ) continue; check_reflection(image, mres, output, reflections, h, k, l, asx,asy,asz,bsx,bsy,bsz,csx,csy,csz); } |