diff options
author | Thomas White <taw@physics.org> | 2011-05-04 14:41:54 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:25 +0100 |
commit | 4e890d7640a0a7a9d422e8ad67a584f3255ab46f (patch) | |
tree | 4d91acf1a229dd9c784ffe8c11095fb5bb4ea4c4 | |
parent | 8ae238359607dababf9ffc98613aa57d28f3ee04 (diff) |
compare_hkl: Use the correct scaling factor for graph (which shows R1(I))
-rw-r--r-- | src/compare_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |