From 4e890d7640a0a7a9d422e8ad67a584f3255ab46f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 4 May 2011 14:41:54 +0200 Subject: compare_hkl: Use the correct scaling factor for graph (which shows R1(I)) --- 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 2c54f198..adbc7fe4 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -513,7 +513,7 @@ int main(int argc, char *argv[]) pearson); if ( config_shells ) { - plot_shells(list1, list2_transformed, scale_r1fi, + plot_shells(list1, list2_transformed, scale_r1i, cell, sym, rmin_fix, rmax_fix); } -- cgit v1.2.3