aboutsummaryrefslogtreecommitdiff
path: root/src/compare_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-09-20 00:48:50 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:58 +0100
commit79ea715f2e6a75e5bdda3e559700fff5b664f065 (patch)
treeb25b641fb3eb35ff89712e850bad0ad6e3f42adf /src/compare_hkl.c
parentf36e1844255e67615fc5a1c2450bb847652e7a72 (diff)
Add commented useful thing
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r--src/compare_hkl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c
index 272b1672..f072644c 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -231,6 +231,8 @@ int main(int argc, char *argv[])
h = it->h; k = it->k; l = it->l;
if ( !find_unique_equiv(i2, h, k, l, sym, &he, &ke, &le) ) {
+ //STATUS("%i %i %i not matched (%f nm).\n", h, k, l,
+ // 1.0/(2.0*resolution(cell, h, k, l)/1e9));
continue;
}