aboutsummaryrefslogtreecommitdiff
path: root/src/check_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_hkl.c')
-rw-r--r--src/check_hkl.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/check_hkl.c b/src/check_hkl.c
index 0f485654..71f107da 100644
--- a/src/check_hkl.c
+++ b/src/check_hkl.c
@@ -199,9 +199,6 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym,
d = 2.0 * resolution(cell, h, k, l);
if ( forbidden_reflection(cell, h, k, l) ) continue;
- if ( h % 2 ) continue;
- if ( k % 2 ) continue;
- if ( l % 2 ) continue;
bin = -1;
for ( i=0; i<nshells; i++ ) {
@@ -235,9 +232,6 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym,
get_indices(refl, &h, &k, &l);
if ( forbidden_reflection(cell, h, k, l) ) continue;
- if ( h % 2 ) continue;
- if ( k % 2 ) continue;
- if ( l % 2 ) continue;
d = resolution(cell, h, k, l) * 2.0;
val = get_intensity(refl);
@@ -276,9 +270,6 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym,
get_indices(refl, &h, &k, &l);
if ( forbidden_reflection(cell, h, k, l) ) continue;
- if ( h % 2 ) continue;
- if ( k % 2 ) continue;
- if ( l % 2 ) continue;
d = resolution(cell, h, k, l) * 2.0;
val = get_intensity(refl);