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, 1 insertions, 1 deletions
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++;