diff options
author | Thomas White <taw@physics.org> | 2017-10-19 13:39:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-10-19 14:16:30 +0200 |
commit | 39122909bf23bf8eff402e3949fa8ca91f0b0ff8 (patch) | |
tree | 4d38b4700a797634fe96102e09605cf5ebca9acc | |
parent | 0699322f993df4319f09af717ee6cd3c1038d6a0 (diff) |
pattern_sim: Show the symmetry of the reflection list
-rw-r--r-- | src/pattern_sim.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |