aboutsummaryrefslogtreecommitdiff
path: root/src/compare_hkl.c
diff options
context:
space:
mode:
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;
}