From 3e34cac56560cc3527bb54f4457975e7b52d3620 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 15 Oct 2010 18:31:49 +0200 Subject: Formatting --- src/compare_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compare_hkl.c') 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; -- cgit v1.2.3