From e39c7d93bf878be9355e074475784119ab2e257c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 16 Mar 2011 10:59:00 +0100 Subject: Fussiness --- 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 c0318176..cf9eb532 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -528,7 +528,8 @@ int main(int argc, char *argv[]) image.twotheta = NULL; cell_get_parameters(cell, &a, &b, &c, &d, &d, &d); - STATUS("Particle size = %i x %i x %i (=%5.2f x %5.2f x %5.2f nm)\n", + STATUS("Particle size = %i x %i x %i" + " ( = %5.2f x %5.2f x %5.2f nm)\n", na, nb, nc, na*a/1.0e-9, nb*b/1.0e-9, nc*c/1.0e-9); if ( config_gpu ) { -- cgit v1.2.3