From 96e73c466f17d533f544db1d2779405f73ff2877 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 9 Nov 2011 11:27:01 +0100 Subject: Use the right scaling factor for Rsplit --- src/compare_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compare_hkl.c b/src/compare_hkl.c index 7df100c0..27e97564 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -406,7 +406,7 @@ int main(int argc, char *argv[]) pearson); if ( config_shells ) { - plot_shells(list1, list2, scale_r1i, + plot_shells(list1, list2, scale_rintint, cell, rmin_fix, rmax_fix); } -- cgit v1.2.3