diff options
-rw-r--r-- | src/compare_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c index e9db3e61..2f1ee4bc 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -168,7 +168,7 @@ static void plot_shells(const double *ref1, const double *ref2, int bin; /* FIXME: Reflection condition */ - if ( (h==0) && (k==0) && (l%2) ) continue; + if ( (h==0) && (k==0) && (l%2) ) continue; get_asymm(h, k, l, &hs, &ks, &ls, sym); if ( lookup_count(counted, hs, ks, ls) ) continue; |