diff options
Diffstat (limited to 'src/process_hkl.c')
-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); } |