diff options
author | Thomas White <taw@physics.org> | 2011-03-14 15:12:16 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:19 +0100 |
commit | 65edb3309620d1d72cc4cc5e9e95d844e65aef3b (patch) | |
tree | 5bec5e28c7fe8a410659e13e2a893bbc081b1ce0 | |
parent | d004d970fc2f83e0bfd81af810fdcea35e47a4ac (diff) |
Fussiness
-rw-r--r-- | src/stream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream.c b/src/stream.c index 4e34a48c..0f776f35 100644 --- a/src/stream.c +++ b/src/stream.c @@ -199,6 +199,7 @@ void write_chunk(FILE *ofh, struct image *i, int f) fprintf(ofh, "Image filename: %s\n", i->filename); if ( i->indexed_cell != NULL ) { + cell_get_parameters(i->indexed_cell, &a, &b, &c, &al, &be, &ga); fprintf(ofh, "Cell parameters %7.5f %7.5f %7.5f nm," |