diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-15 18:31:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:03 +0100 |
commit | 3e34cac56560cc3527bb54f4457975e7b52d3620 (patch) | |
tree | d37696ab4f101736bb34fdecbc5ad7baf42e11cb /src/compare_hkl.c | |
parent | bf7e534369f9eeff914317163e090b90884e3bbf (diff) |
Formatting
Diffstat (limited to 'src/compare_hkl.c')
-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; |