aboutsummaryrefslogtreecommitdiff
path: root/src/pattern_sim.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-16 10:59:00 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:20 +0100
commite39c7d93bf878be9355e074475784119ab2e257c (patch)
tree22540f2bc4e933d14f92dd5f286f7cc60bdeb6b1 /src/pattern_sim.c
parent3c1a8352443a5e7ad8dde70229cb0f52f41725f1 (diff)
Fussiness
Diffstat (limited to 'src/pattern_sim.c')
-rw-r--r--src/pattern_sim.c3
1 files changed, 2 insertions, 1 deletions
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 ) {