aboutsummaryrefslogtreecommitdiff
path: root/src/compare_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-07-03 16:57:47 +0200
committerThomas White <taw@physics.org>2012-07-03 16:57:47 +0200
commite3f98fc792c71dd128378e82e41f1457245fa6b6 (patch)
treee6715e2f4708951237207c7a50066f1cb984940c /src/compare_hkl.c
parent0fa8aa2c428f899758d3396380eb4994f63a3a40 (diff)
compare_hkl: Improve column header
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r--src/compare_hkl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c
index 56a0dc61..b1573d56 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -238,19 +238,19 @@ static void plot_shells(RefList *list1, RefList *list2, double scale,
switch ( config_shells ) {
case R_SHELL_RSPLIT :
- fprintf(fh, "1/d centre Rsplit / %% d (A)\n");
+ fprintf(fh, "1/d centre Rsplit / %% nref d (A)\n");
break;
case R_SHELL_R1I :
- fprintf(fh, "1/d centre R1(I) / %% d (A)\n");
+ fprintf(fh, "1/d centre R1(I) / %% nref d (A)\n");
break;
case R_SHELL_R1F :
- fprintf(fh, "1/d centre R1(F) ignoring -ves / %% d (A)\n");
+ fprintf(fh, "1/d centre R1(F) ign -/%% nref d (A)\n");
break;
default :
- fprintf(fh, "1/d centre 0.0 d (A)\n");
+ fprintf(fh, "1/d centre 0.0 nref d (A)\n");
break;
}