aboutsummaryrefslogtreecommitdiff
path: root/src/check_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/check_hkl.c')
-rw-r--r--src/check_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_hkl.c b/src/check_hkl.c
index 4ab76e43..385c2897 100644
--- a/src/check_hkl.c
+++ b/src/check_hkl.c
@@ -229,7 +229,7 @@ static void plot_shells(const double *ref, ReflItemList *items, UnitCell *cell,
d = resolution(cell, h, k, l) * 2.0;
val = lookup_intensity(ref, h, k, l);
- esd = lookup_intensity(sigma, h, k, l);
+ esd = lookup_sigma(sigma, h, k, l);
bin = -1;
for ( j=0; j<NBINS; j++ ) {