From 39122909bf23bf8eff402e3949fa8ca91f0b0ff8 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 Oct 2017 13:39:49 +0200 Subject: pattern_sim: Show the symmetry of the reflection list --- src/pattern_sim.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/pattern_sim.c') diff --git a/src/pattern_sim.c b/src/pattern_sim.c index ca7862da..fd670c48 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -862,7 +862,8 @@ int main(int argc, char *argv[]) if ( intfile == NULL ) { STATUS(" Full intensities: all equal\n"); } else { - STATUS(" Full intensities: from %s\n", intfile); + STATUS(" Full intensities: from %s (symmetry %s)\n", + intfile, sym_str); } do { -- cgit v1.2.3