From 79ea715f2e6a75e5bdda3e559700fff5b664f065 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 20 Sep 2010 00:48:50 +0200 Subject: Add commented useful thing --- src/compare_hkl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compare_hkl.c') 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; } -- cgit v1.2.3