From 65edb3309620d1d72cc4cc5e9e95d844e65aef3b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 14 Mar 2011 15:12:16 +0100 Subject: Fussiness --- src/stream.c | 1 + 1 file changed, 1 insertion(+) 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," -- cgit v1.2.3