aboutsummaryrefslogtreecommitdiff
path: root/src/compare_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-01-12 18:07:51 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:10 +0100
commit867cea042f4a4266abacbaf8d8879653060a545b (patch)
treef932403fc2fb28f5ad25ed0c40f4936abc151d73 /src/compare_hkl.c
parent660dee94ffb323ba11530d0af0bc01e3b6b80093 (diff)
Fix previous commit
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r--src/compare_hkl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c
index 6fc7bc0b..dca4a298 100644
--- a/src/compare_hkl.c
+++ b/src/compare_hkl.c
@@ -415,8 +415,8 @@ int main(int argc, char *argv[])
}
ncom = num_items(icommon);
- STATUS("%i reflections in '%s' had I < 3.0*sigma(I)\n", afile, rej1);
- STATUS("%i reflections in '%s' had I < 3.0*sigma(I)\n", bfile, rej2);
+ STATUS("%i reflections in '%s' had I < 3.0*sigma(I)\n", rej1, afile);
+ STATUS("%i reflections in '%s' had I < 3.0*sigma(I)\n", rej2, bfile);
STATUS("%i,%i reflections: %i in common\n",
num_items(i1), num_items(i2), ncom);