aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stream.c1
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,"