aboutsummaryrefslogtreecommitdiff
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
parent3c1a8352443a5e7ad8dde70229cb0f52f41725f1 (diff)
Fussiness
-rw-r--r--src/pattern_sim.c3
-rw-r--r--src/stream.c2
2 files changed, 2 insertions, 3 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 ) {
diff --git a/src/stream.c b/src/stream.c
index 260504da..f0c56111 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -89,7 +89,6 @@ int parse_stream_flags(const char *a)
free(flags);
return ret;
-
}
@@ -183,7 +182,6 @@ static int read_reflections(FILE *fh, struct image *image)
/* Got read error of some kind before finding PEAK_LIST_END_MARKER */
return 1;
-
}