From 21a2de67c4ed4cd3b5a7ee19f3b34f1c117f0a28 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 Oct 2017 14:14:06 +0200 Subject: partial_sim: Show the symmetry of the reflection list --- src/partial_sim.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/partial_sim.c') diff --git a/src/partial_sim.c b/src/partial_sim.c index 4dca88e8..3c3679a7 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -866,10 +866,11 @@ int main(int argc, char *argv[]) noise_stddev); if ( random_intensities ) { STATUS(" Full intensities: randomly generated: " - "abs(Gaussian(sigma=%.2f))\n", full_stddev); + "abs(Gaussian(sigma=%.2f)), symmetry %s\n", + full_stddev, sym_str); } else { - STATUS(" Full intensities: from %s\n", - input_file); + STATUS(" Full intensities: from %s (symmetry %s)\n", + input_file, sym_str); } STATUS(" Max error in cell components: %.2f %%\n", cnoise); -- cgit v1.2.3