From aceb2105c179171e9027bd56699bc96f4ea93a03 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 21 Mar 2011 18:12:05 +0100 Subject: Include marker at end of reflection list --- src/reflist-utils.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/reflist-utils.c b/src/reflist-utils.c index aac94fbf..7ed4f54e 100644 --- a/src/reflist-utils.c +++ b/src/reflist-utils.c @@ -220,6 +220,7 @@ int write_reflist(const char *filename, RefList *list, UnitCell *cell) } write_reflections_to_file(fh, list, cell); + fprintf(fh, REFLECTION_END_MARKER"\n"); fclose(fh); -- cgit v1.2.3