diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-09-20 00:49:01 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:58 +0100 |
commit | 40a86dc24323a23ba6843d18aca52b5120a64f7c (patch) | |
tree | 68c7d57bd9ba8e1d5ae4c0cecc2b59ac8f4aaeb6 /src | |
parent | 79ea715f2e6a75e5bdda3e559700fff5b664f065 (diff) |
s/Rrim/Rmeas/
Diffstat (limited to 'src')
-rw-r--r-- | src/process_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 644fdfea..3578ed65 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -783,7 +783,7 @@ int main(int argc, char *argv[]) STATUS("Rmerge = %f%%\n", 100.0*total_dev/total_tot); STATUS(" Rpim = %f%%\n", 100.0*total_pdev/total_tot); - STATUS(" Rrim = %f%%\n", 100.0*total_rdev/total_tot); + STATUS(" Rmeas = %f%%\n", 100.0*total_rdev/total_tot); } |