From f82c4a761826f1efc98b7fe6f73e97b1b05da91a Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 22 Sep 2010 18:46:23 +0200 Subject: compare_hkl: Get the correct equivalent --- 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 f2e9a184..42e40fc7 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -247,7 +247,7 @@ int main(int argc, char *argv[]) val1 = lookup_intensity(ref1, h, k, l); val2 = lookup_intensity(ref2, he, ke, le); sig1 = lookup_sigma(esd1, h, k, l); - sig2 = lookup_sigma(esd2, h, k, l); + sig2 = lookup_sigma(esd2, he, ke, le); if ( val1 < 3.0 * sig1 ) { rej1++; -- cgit v1.2.3