aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);